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
How long to learn object oriented programming?
What is a function in oop?
What is the types of inheritance?
Prepare me a program for the animation of train
How to hide the base class functionality in Inheritance?
What are oops functions?
What are objects in oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is polymorphism give a real life example?
How do you achieve polymorphism?
how to get the oracle certification? send me the answer
What is a superclass in oop?
what is difference between class template and template class?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are the 5 oop principles?