what is difference b/w object based and object oriented
programming language?
Answer Posted / g hari
object based programming usually refers to object without
inheritence and without polymorphism.object oriented have
an associated type.types may have inherit attributes from
super types.i support inheritence & polymorphism.
object oriented=class and object+inheritence+communication
message.
any wrong in this answer let me know.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is polymorphism oop?
What are properties in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Plese get me a perfect C++ program for railway/airway reservation with all details.
when to use 'mutable' keyword and when to use 'const cast' in c++
What is difference between abstraction and encapsulation?
What is the purpose of polymorphism?
Why is polymorphism used?
Can enum be null?
What is polymorphism used for?
What is encapsulation oop?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Why do pointers exist?
can inline function declare in private part of class?
Why oops is important?