Whatis the difference between oop and object based language

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you use inheritance in unity?

805


What is inheritance in simple words?

820


What is encapsulation with real life example?

790


What is the fundamental idea of oop?

860


What are the 4 main oop principles?

946


What is balance factor?

819


write a C++ program for booking using constructor and destructor.

2268


What are properties in oop?

810


What causes polymorphism?

823


Can enum be null?

768


What is class and example?

819


What is data binding in oops?

828


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(); }

2210


What is the real time example of inheritance?

862


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.

1710