When is an object created and what is its lifetime?
Answer Posted / alok pandey
When the constructor called then object created thus while
the programme execute till life of object
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the difference between a mixin and inheritance?
How can you overcome the diamond problem in inheritance?
program for insertion ,deletion,sorting in double link list
Explain virtual inheritance?
What is difference between data abstraction and encapsulation?
What does I oop mean?
How do you explain polymorphism?
Write a program to sort the number with different sorts in one program ??
What is the oops and benefits of oops programming?
Explain the advantages of inheritance.
Why is there no multiple inheritance?
What is a null tree?
Can a varargs method be overloaded?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What exactly is polymorphism?