What is difference between abstraction and encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
What is the point of oop?
write a c++ code of diagonal matrix.
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
what is the difference between class and object?
What is the difference between a constructor and a destructor?
What are oops methods?
Give two or more real cenario of virtual function and vertual object
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?
What are the access specifiers avaible in c++?
What is the point of polymorphism?
What is memory leak and memory corruption?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }