Answer Posted / achal
when an object of that class is created and constructor
runs. memory is allocated in Stack (part of RAM)
Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is polymorphism and its types?
What does enum stand for?
Why do we use inheritance?
What is overloading in oop?
What is the significance of classes in oop?
What is abstraction and encapsulation?
What are main features of oop?
What is basic concept of oop?
What polymorphism means?
What is use of overloading?
What is class and object with example?
What is the benefit of oop?
What is encapsulation in ict?
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(); }
What is object in oop?