What is the difference between putting a class as abstract or if any of method in class is declared as abstract diference of these two while extending these two types of classes

Showing Answers 1 - 1 of 1 Answers

S.V.Sita Kiran

  • Oct 1st, 2005
 

A class  is declared abstract for extended clarity. If any method in the class is declared abstract then the class has to be declared abstract and the method has to be implemented in the following derived class.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions