Wednesday, January 22, 2014

Daily Interview Question #1 : What is Abstract Class?

 

An abstract class is like a class with some future. That is:

i. It contains at least one or more abstract method(s).

ii. It will always act as a base class.

iii. It cannot be instantiated. That is not possible to create instance for that class.

No comments:

Post a Comment

Please give your valuable comments to improve the contents