what is difference b/w object based and object oriented
programming language?
Answer Posted / manikanta
Object oriented language:
Object-oriented language supports all the features of OOPs.
Object-oriented language doesn't has in-built object.
Object-oriented languages are C++, C#, Java etc.
Object based language:
Object-based language doesn't support all the features of OOPs like Polymorphism and Inheritance
Object-based language has in-built object like javascript has window object.
Object-based languages are Javascript, VB etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is debug class?what is trace class? What differences are between them? With examples.
what is the drawback of classical methods in oops?
What is an advantage of polymorphism?
Why polymorphism is used in oops?
What is abstraction in oop with example?
What is polymorphism what is it for and how is it used?
What is polymorphism and types?
Why multiple inheritance is not allowed?
What is new keyword in oops?
What is the difference between static polymorphism and dynamic polymorphism?
What is encapsulation and abstraction? How are they implemented in C++?
Why multiple inheritance is not possible?
What does I oop mean?
Why is oop better than procedural?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)