Originally posted by satya sahu:
Can there be an abstract class with no abstract methods in it?
If the answer is yes, then what is the use of such class?
abstract class can have non-abstract methods only.
If the answer is yes, then what is the use of such class?
answare:abstract methods do not have body
Hope This Helps
