what is difference b/w object based and object oriented
programming language?
Answer Posted / lalit kumar
The main difference between object based and object oriented
language is the language which supports concepts of
inheritence and dynamic binding is known as object oriented
and the language which doesnot support these 2 concepts is
called object based language.
| Is This Answer Correct ? | 36 Yes | 4 No |
Post New Answer View All Answers
Is data hiding and abstraction same?
What is the importance of oop?
What are main features of oop?
program for insertion ,deletion,sorting in double link list
What is oops with example?
What is interface in oop?
What is the use of oops?
What is byval and byref? What are differences between them?
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?
What is methods in oop?
What does and I oop mean?
Why is destructor used?
What is the difference between procedural programming and oops?
How Do you Code Composition and Aggregation in C++ ?
Why do we need polymorphism in c#?