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
How do you use inheritance in unity?
What is inheritance in simple words?
What is encapsulation with real life example?
What is the fundamental idea of oop?
What are the 4 main oop principles?
What is balance factor?
write a C++ program for booking using constructor and destructor.
What are properties in oop?
What causes polymorphism?
Can enum be null?
What is class and example?
What is data binding in oops?
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(); }
What is the real time example of inheritance?
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.