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


Please Help Members By Posting Answers For Below Questions

Which is better struts or spring?

629


Can destructor be overloaded?

605


What is new keyword in oops?

601


What is abstraction encapsulation?

667


Why is static class not inherited?

605






Templates mean

1592


What exactly is polymorphism?

616


How oops is better than procedural?

599


What are the 4 main oop principles?

695


What is difference between polymorphism and inheritance?

626


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1641


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1629


Write a c++ program to display pass and fail for three student using static member function

2824


What is a superclass in oop?

678


What is a class in oop?

614