When do you absolutely have to declare a class as abstract?

 Posted by Neeks on 2/21/2009 | Category: C# Interview questions | Views: 20644
Answer:

1. When the class itself is inherited from an abstract class, but not all base abstract methods have been overridden.
2. When at least one of the methods in the class is abstract.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response