what is difference b/w object based and object oriented
programming language?
Answer Posted / anshu sharma
Object-Based Programming usually refers to objects without
inheritance and without polymorphism,These languages
support abstract data types and not classes,which provide
inheritance and polymorphism.however,support both
inheritance and polymorphism and they are object-oriented.
| Is This Answer Correct ? | 47 Yes | 11 No |
Post New Answer View All Answers
• What are the desirable attributes for memory managment?
2. Give the different notations for the class.\
What language is oop?
What is the diamond problem in inheritance?
Whats is abstraction in oops?
write a program that takes input in digits and display the result in words from 1 to 1000
What is destructor example?
What is the oops and benefits of oops programming?
Why polymorphism is used in oops?
What is the types of inheritance?
Is data hiding and abstraction same?
What is destructor in oop?
What is the difference between inheritance and polymorphism?
What is oops and why we use oops?
what is different between oops and c++