Can there be any abstract method without abstract class
Answer: No. If a class includes abstract methods, then the class itself must be declared abstract. Detail explanation refer above question.
Answer: No. If a class includes abstract methods, then the class itself must be declared abstract. Detail explanation refer above question.