Object-Based Vs Object-Oriented programming



S.No Object based Programming Object oriented Programming
1 Object Based Programming does not supports all features of OOPS like Inheritance, Polymorphism. Object Oriented Programming supports all features of OOPS
2 Object Based Programming has pre-defined objects (i.e. objects like window, document in javascript) It does not have pre-defined objects
3 VB, Javascript are the some examples of object based programming C++, Java, VB.NET are the some examples of Object Oriented Programming

Leave a Reply

Your email address will not be published. Required fields are marked *