what is difference b/w object based and object oriented
programming language?
Answer Posted / v.mahesh kumar reddy
the main difference b/t the object oriented programing language and object base programing language is that object based programing language supports all features of oop except inhetance and polymorphysm
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do you mean by Encapsulation?
what type of questions
Explain the advantages of inheritance.
Write a program to sort the number with different sorts in one program ??
What is polymorphism what is it for and how is it used?
Can we override main method?
Get me a number puzzle game-program
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.
What do you mean by overloading?
What is abstraction in oops?
c++ program to swap the objects of two different classes
What is static in oop?
What is difference between abstraction and encapsulation?
What are oops functions?
What is class and object with example?