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
What is for loop and its syntax?
How do you define a class in oop?
Why do we use oops?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is encapsulation process?
What is difference between abstraction and encapsulation?
Why is abstraction used?
What is a null tree?
Can we override main method?
What polymorphism means?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why do we use polymorphism in oops?
What is the highest level of cohesion?
What is destructor example?
What are the 4 main oop principles?