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

What is overriding vs overloading?

580


What does and I oop mean in text?

616


What is advantage of inheritance?

685


What is an advantage of polymorphism?

587


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1975






String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

1937


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1412


What is oops and its features?

580


Why multiple inheritance is not allowed?

581


What is object in oop?

675


Why do we need polymorphism in c#?

681


Whats oop mean?

584


write knight tour problem which is present in datastructure

2160


Get me an image implementation program.

1557


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3817