What is encapsulation in simple terms?
What is the real time example of encapsulation?
What is multiple inheritance? Give Example
write a c++ program to find maximum of two numbers using inline functions.
some one give d clear explanation for polymorphism
who is the founder of c++?
What are the 3 principles of oop?
What is difference between data abstraction and encapsulation?
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
What does enum stand for?
What is the advantage of oop over procedural language?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Describe what an Interface is and how it?s different from a Class.