When is an object created and what is its lifetime?
Answer Posted / yathirajulu
whenever developer is required, and the life-time is when we
assinging null or close the program(application).
Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
What is abstract class in oops?
What is abstraction in oops with example?
any one please tell me the purpose of operator overloading
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What do you mean by Encapsulation?
How to use CMutex, CSemaphore in VC++ MFC
Why do we use class?
What are two types of polymorphism?
Why is oop useful?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Is data hiding and abstraction same?
What is a class in oop?
What is object in oop?