Showing posts with label OOPS. Show all posts
Showing posts with label OOPS. Show all posts

Monday, 6 May 2013

object oriented vs object based programming language



Object Base Language Not Support Inheritance & Polimorphisum.

Object-Based Programming usually refers to objects without inheritance and without polymorphism, These languages support abstract data types and not classes,which provide inheritance and polymorphism.

however,support both inheritance and polymorphism and they are object-oriented.