C++ Programming - Constructors and Destructors - Discussion

Discussion Forum : Constructors and Destructors - General Questions (Q.No. 5)
5.
For automatic objects, constructors and destructors are called each time the objects
enter and leave scope
inherit parent class
are constructed
are destroyed
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
24 comments Page 2 of 3.

Shree said:   7 years ago
Thanks for the explanation. It is very useful to understand the concept.

Shital Jawale said:   1 decade ago
When object is created the call goes automatically to the constructor.

Shital Jawale said:   1 decade ago
When object is created the constructor will automatically called.

Nagnath Panchal said:   1 decade ago
Please any one can explain me what are the automatic object ?

Kanha said:   1 decade ago
Automatic object is local object of any function like "this".

Prabhas sagar said:   10 years ago
What are automatic objects please explain in detailed?

Goral said:   1 decade ago
Please, give me answer 'what is automatic object?'.

Thatha said:   1 decade ago
Jaffa old fox is meaning of automatic fox.

Nadim Ahmad said:   1 decade ago
Really... What is automatic object...?

Dhivya said:   10 years ago
I need clear answer with explanation.


Post your comments here:

Your comments will be displayed after verification.