Interview Question in C#.Net


 

Interview Question :: Abstract class?

What’s an abstract class?
VoteNowAnswers to "Abstract class?"

Abstract Class is a class where you can declare the methods but can not define it and abstract class cannot be instantiated.

by Pallavi