Click here to Skip to main content
15,891,888 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is The difference between abstract class and pure abstract class in OOPS C# Concepts?
Posted

Although I see a lot of discussion with little content when I Google on this issue, the key distinction seems to be that an abstract class contains at least one virtual method, and a pure abstract class has nothing but virtual methods. Why this would matter is beyond me... Neither class can be instantiated, so who cares? :-)
 
Share this answer
 
Comments
Keith Barrow 1-May-13 6:35am    
This. I've never needed to know the difference between those two. Might matter in other languages (hard to see how), but in c# never.
virtual methods.or abstract methods u r talking about and if it contains all abstract methods then y we r not going for Interfaces.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900