Why Abstract Class?
What is the use of Abstract Class if it has Zero Abstract methods.
View Answers
January 4, 2013 at 10:30 AM
Hi Srinivas,
Generally in two situations we are declaring a class as abstract.
- we have not interested any one to create the object to our class directly.
- if the class contain abstract mehtods.
Ads
Related Tutorials/Questions & Answers:
Advertisements