Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Does default constructors gets created in all scenario within the C and C++ forums, part of the Software Development category; I want to know if in the case of there are no user defined default constructors will the compiler generate default constructor in all situations. If there are situations in ...
|
|||||||
|
|||
|
I want to know if in the case of there are no user defined default constructors will the compiler generate default constructor in all situations. If there are situations in which compiler would not create default constructor let me know about it
|
| Sponsored Links |
|
|||
|
Re: Does default constructors gets created in all scenario
No there are situations in which default constructors would not be created. One of which I am aware of is if the class has constant type members say constant private members then compiler would not create default constructors for these and error would result if there is no user defined constructors defined for these.
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|