Answer Posted / jaison joe
Object Oriented Programming Structure
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why do we use encapsulation in oops?
What is abstract class in oops?
c++ program to swap the objects of two different classes
Why is polymorphism needed?
What exactly is polymorphism?
Can we create object of abstract class?
What is encapsulation with real life example?
What is object in oops?
What is the renewal class?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Why interface is used?
Give two or more real cenario of virtual function and vertual object
What is difference between inheritance and polymorphism?