what is difference b/w object based and object oriented
programming language?
Answer Posted / deepthi
Object-based languages need not support inheritance or
subtyping, but those that do are also said to be
"object-oriented".(...) Sometimes the term "object-based" is
applied to prototype-based languages, true object-oriented
languages that do not have classes, but in which objects
instead inherit their code and data directly from other
"template" objects. An example of a commonly used
prototype-based language is JavaScript.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is balance factor?
What is object-oriented programming? Webopedia definition
What is purpose of inheritance?
What does sksksk mean in text slang?
What is the difference between procedural programming and oops?
What is persistence in oop?
Advantage and disadvantage of routing in telecom sector
What is the purpose of enum?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Why is there no multiple inheritance? What are oops methods? What do you mean by Encapsulation? What are main features of oop? Explain virtual inheritance? What is a superclass in oop?