user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

Question 260. Explain The Features Of An Abstract Class In Net.

user image

Abhishek Mishra

2 years ago

An Abstract class is only used for inheritance. This means it acts as a base class for its derived classes. One cannot use it to create objects. When a class is declared as “Abstract”, it can only be inherited and not instantiated. MustInherit Keyword can be used to declare a class as abstract. Abstract classes can also specify abstract members.

Recent Doubts

Close [x]