What is abstract method or abstract method is found in Interface.

 Posted by Pkanwar on 2/21/2013 | Category: C# Interview questions | Views: 4888 | Points: 40
Answer:

Abstract methods are declared in Abstract Class.
All abstract method have to compulsory Implemented in the subclass(Abstract derived class). But other methods in Abstract class, except abstract method, not compulsory to Implement its derived class.

In Interface all methods are abstract method(So no need to declare abstract method).


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response

More Interview Questions by Pkanwar