Whatis the difference between oop and object based language

Answer Posted / ankita

OOP= object based language + inheritance + dynamic binding

That means object based language doesnt support inheritance
and dynamic binding, where as OOP supports.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What makes a language oop?

591


What are the 5 oop principles?

594


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1386


What is a null tree?

622


What is object in oops?

608






What is static in oop?

585


Why is polymorphism important in oop?

629


What is the point of oop?

645


What is difference between inheritance and polymorphism?

561


what's the basic's in dot net

1734


Why do pointers exist?

655


What is polymorphism give a real life example?

557


Do you know about multiple inheritance?

637


Why do we need polymorphism in c#?

681


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1451