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
Why is oop useful?
What is meant by multiple inheritance?
What does I oop mean?
What are the 5 oop principles?
What is property in oops?
Explain the advantages of inheritance.
What is encapsulation in ict?
What is encapsulation c#?
Which method cannot be overridden?
What is use of overloading?
write knight tour problem which is present in datastructure
What is the real time example of encapsulation?
What is inheritance and how many types of inheritance?
Can enum be null?
Why do we use class in oops?