what is difference b/w object based and object oriented
programming language?
Answer Posted / isha
The Basic difference between Object-Based Language n Object
oriented language is of Polymorphism only.
Object-Based Language doesn't support Polymorphism.
It supports Inheritance.
Classes that support classes but not polymorphism are called
Object-Based languages.
| Is This Answer Correct ? | 6 Yes | 23 No |
Post New Answer View All Answers
Can destructor be overloaded?
When not to use object oriented programming?
What are oops methods?
How do you define a class in oop?
Write a c++ program to display pass and fail for three student using static member function
Why is encapsulation used?
How Do you Code Composition and Aggregation in C++ ?
What is polymorphism what are the different types of polymorphism?
Why is abstraction needed?
Prepare me a program for the animation of train
How can you overcome the diamond problem in inheritance?
What are the benefits of interface?
Are polymorphisms mutations?
What are main features of oop?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?