what is difference b/w object based and object oriented
programming language?
Answer Posted / mahesh gosemath
Any language which contains objects to encapsulate data and
methods/functions to operate on the data is called as Object
Based Language.
Furthermore if such languages also object oriented paradigm
i.e. if they implements features like polymorphism,
inheritance, etc. then they are also called as Object
Oriented Language.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the oops and benefits of oops programming?
What is encapsulation in simple terms?
What is multilevel inheritance explain with example?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Is enum a class?
What is the significance of classes in oop?
What is data binding in oops?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is constructor overloading in oop?
Why do we use oops?
Is this job good for future? can do this job post grduate student?
#include
How do you explain polymorphism?
What is the problem with multiple inheritance?
Why is abstraction needed?