what is difference b/w object based and object oriented
programming language?
Answer Posted / bappaditya
object based programming do not support the vital two
features of object oriented language..which are inheritance
and polymorphism
| Is This Answer Correct ? | 138 Yes | 22 No |
Post New Answer View All Answers
Why is static class not inherited?
What is object and class in oops?
What are the 4 pillars of oop?
What is difference between abstraction and encapsulation?
can inline function declare in private part of class?
What is the point of oop?
What is static in oop?
How Do you Code Composition and Aggregation in C++ ?
What is object in oop?
What is debug class?what is trace class? What differences are between them? With examples.
How do you achieve runtime polymorphism?
Can destructor be overloaded?
What is the full form of oops?
write a program that takes input in digits and display the result in words from 1 to 1000
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.