Home » Unlabelled » What is an abstract class? | VB.Net Interview Questions
Sunday, 28 April 2013
What is an abstract class? | VB.Net Interview Questions
It is a class which contains at least one abstract method (A method without any implementation). Other methods can have implementations. This class can not be instantiated. It can always become a base class for other classes.
No comments:
Post a Comment