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 different between oops and c++
write a programe to calculate the simple intrest and compund intrest using by function overlading
How is polymorphism achieved?
What is super in oop?
How Do you Code Composition and Aggregation in C++ ?
What is for loop and its syntax?
Why multiple inheritance is not possible?
Explain the advantages of inheritance.
what's the basic's in dot net
What is the difference between a mixin and inheritance?
What is oops in simple words?
What is the purpose of enum?
Can we define a class within the interface?
Who invented oop?
What is oops concept with example?