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 is a class oop?
What are the 4 pillars of oop?
What are the types of abstraction?
What are different oops concepts?
What does and I oop mean in text?
What are the benefits of oop?
What is polymorphism and its types?
What are the two different types of polymorphism?
What is ambiguity in inheritance?
What is encapsulation in simple terms?
What is multilevel inheritance in oop?
What is basic concept of oop?
What is destructor in oop?
Can main method override?
Why do we use class in oops?