Whatis the difference between oop and object based language

Answers were Sorted based on User's Feedback



Whatis the difference between oop and object based language..

Answer / 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

Whatis the difference between oop and object based language..

Answer / anand

in object base class we dont ve inheritance property

Is This Answer Correct ?    3 Yes 0 No

Whatis the difference between oop and object based language..

Answer / poorna chandar rao

there is no difference btewen the Object oriented
programming language and object based programming language
both are fallows object oriented programming but small
differnce is object based language not supported the
multiple inhiritence ex java script

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More OOPS Interview Questions

Why polymorphism is used in oops?

0 Answers  


What is the point of oop?

0 Answers  


how much classes are used in c++

5 Answers  


how does a main() in C++ is different from main() in C?

7 Answers  


what is the new version of c++

1 Answers   Ignou, Pramata, Satyam,






Why multiple inheritance is not possible?

0 Answers  


What is polymorphism used for?

0 Answers  


What is a macro? And how is a macro same as a template?

4 Answers  


Why is destructor used?

0 Answers  


what uses of c++ language?

3 Answers  


What are the benefits of oop?

0 Answers  


Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.

1 Answers  


Categories