Why can't we have instance(stack) of a class as a member of
the same class like eg.Class A{A obj;} as we can have self
refential pointer
No Answer is Posted For this Question
Be the First to Post Answer
What is encapsulation process?
polymorphism means?
Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.
• What are the desirable attributes for memory managment?
What is the real time example of encapsulation?
What is encapsulation in oop?
Why do we use inheritance?
What is an interface in oop?
What makes a language oop?
What is function overloading and operator overloading?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
create a c++ program that will accepts 9 inputs using 3 by 3 array.