Results 1 to 2 of 2
In C++ when we create an object of a class, Constructor will be called automatically.
Who will take care of calling the constructor and destructor automatically....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-02-2010 #1Just Joined!
- Join Date
- May 2009
- Posts
- 21
C++: Constructor calling
In C++ when we create an object of a class, Constructor will be called automatically.
Who will take care of calling the constructor and destructor automatically.
- 08-02-2010 #2
The compiler.
Debian GNU/Linux -- You know you want it.


Reply With Quote
