Wednesday 7 September 2011

Object Oriented Programming language and Object Based Programming language



In simple words 
Object Oriented = Object Based + Inheritance
In Object based programming you can create your own classes 

Object based languages no need follow the OOP concepts (inheritance)


Object based programming language supports all the features
of OOP except Inheritence


Object based Programming does not support the vital two features of Object Oriented language, which are inheritance and polymorphism

No comments:

Post a Comment