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 are the realtime excercises in C++?
What is the main feature of oop?
What is the advantage of oop over procedural language?
What is interface? When and where is it used?
write a program to find 2^n+1 ?
Why is abstraction needed?
What is inheritance in simple words?
What does no cap mean?
Why is polymorphism used?
Can we have inheritance without polymorphism?
Can an interface inherit a class?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is polymorphism and types?
What is the important feature of inheritance?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).