tmyonline Posted November 4, 2008 Share Posted November 4, 2008 Guys, Would you please tell me the key differences between an interface and an abstract class ? Quote Link to comment Share on other sites More sharing options...
BoltZ Posted November 4, 2008 Share Posted November 4, 2008 http://www.codeproject.com/KB/cs/abstractsvsinterfaces.aspx Please google this stuff Quote Link to comment Share on other sites More sharing options...
ionik Posted November 7, 2008 Share Posted November 7, 2008 An interface is a inherited structure for a class only defining a method and not providing any code within the methods. Abstract classes are extended classes that define methods and provide processing with the methods themselves.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.