write a programe to calculate the simple intrest and compund intrest using by function overlading
Can we have inheritance without polymorphism?
What is class in oop with example?
c++ program to swap the objects of two different classes
Why do we use class in oops?
Why interface is used?
What is encapsulation example?
What is basic concept of oop?
What causes polymorphism?
What is the example of polymorphism?
What is polymorphism give a real life example?
What is encapsulation and abstraction? How are they implemented in C++?
write a C++ program for booking using constructor and destructor.
Why is encapsulation used?
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?