what is difference b/w object based and object oriented
programming language?
Answer Posted / chirag
Object based programing is support such futher or oop
but object oriented is support all futher of oop.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
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.
Why is polymorphism used?
is there any choice in opting subjects like 4 out of 7
What is methods in oop?
Explain the concepts involved in Object Oriented programming.
Why is destructor used?
What is the significance of classes in oop?
What is inheritance write a program to show use of inheritance?
Is enum a class?
What does <> mean pseudocode?
What is this pointer in oop?
Where is pseudocode used?
What is encapsulation selenium?
What are the benefits of interface?
How can you overcome the diamond problem in inheritance?