cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
constructors and destructors
constructors and destructors
Jul 2, 2014 at 4:32pm UTC
mehak
(94)
can we call the constructors and destructors explicitly?
Jul 2, 2014 at 5:04pm UTC
jlb
(4973)
Yes constructors can be call explicitly, and normally are. But destructors are usually not called explicitly.
Topic archived. No new replies allowed.