What is the difference between Object oriented and object based programming language
ramachandran subramanian
Select an image from your device to upload
An object-based language does not fully support inheritance, encapsulation, and polymorphism. JavaScript used to be object-based... although it has become semi OO language via some arcane inheritance features.