Click here to Skip to main content
15,914,221 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hai,

What is the difference between abstract class and interfaces?
Posted
Updated 15-Dec-11 7:14am
v2

In a nutshell, an abstract class can contain some implementation.

More detail, these links should help -
Abstract Class versus Interface[^]
http://www.dotnetuncle.com/difference/4_abstract_class_interface.aspx[^]
 
Share this answer
 
v3
google is your friend , learn to use it. Read this article it will help you to clear all your doubts related to OOPs concept:

Introduction to Object Oriented Programming Concepts (OOP) and More[^]

hope it helps :)
 
Share this answer
 
 
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