what is difference b/w object based and object oriented
programming language?
Answer Posted / shubham singh
If the language supports ony 3 features i;e (encapsulation,abstraction and polymorphism).then it is said to be object based programming language.
for example vb,asp.
If the language supports all the 4 features i;e(encapsulatio,abstraction,polymorphism $ also inheritance )..then it is said to be object oriented programming language.
for example java , c#.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of enum?
What do you mean by Encapsulation?
Where You Can Use Interface in your Project
How to call a non virtual function in the derived class by using base class pointer
What is object in oop with example?
What is polymorphism what is it for and how is it used?
State what is encapsulation and friend function?
2. Give the different notations for the class.\
What does and I oop mean in text?
Why do we use oop?
Why do while loop is used?
What is class and object with example?
Why we use classes in oop?
is there any choice in opting subjects like 4 out of 7
What are constructors in oop?