Prepare for your Next Interview
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 ...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
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 | |
|
|