What Is The Difference Between An Interface And An Abstract Class
Posted by Ram Subramanyan
29 Dec, 2011
An interface has all public members and no implementation. An abstract class is a class which may have the usual flavors of class members (private, protected, etc.), but has some abstract methods.
An interface has all public members and no implementation. An abstract class is a class which may have the usual flavors of class members (private, protected, etc.), but has some abstract methods.
Comments Received:
Please give your suggestions and feedback: