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 ? Link to comment https://forums.phpfreaks.com/topic/131302-key-difference-between-interface-abstract-class/ 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 Link to comment https://forums.phpfreaks.com/topic/131302-key-difference-between-interface-abstract-class/#findComment-681853 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.. Link to comment https://forums.phpfreaks.com/topic/131302-key-difference-between-interface-abstract-class/#findComment-684552 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.