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 object and class in oops?
Why is there no multiple inheritance?
Which language is not a true object oriented programming language?
What is encapsulation in ict?
What is encapsulation with real life example?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
what are the ways in which a constructors can be called?
What is polymorphism explain its types?
What is data binding in oops?
What is cohesion in oop?
What is oops and its features?
What are benefits of oop?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is class encapsulation?
what is graphics