What is an explicit constructor?
Answer / nimish singh
A conversion constructor declared with the explicit keyword. The compiler does not use an explicit constructor to implement an implied conversion of types. It's purpose is reserved explicitly for construction.
Is This Answer Correct ? | 0 Yes | 0 No |
Do we have private destructors?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is the difference between a pointer and a link in c ++?
What is data types c++?
Write about a nested class and mention its use?
What is the difference between global int and static int declaration?
What is the disadvantage of using a macro?
What is #include cmath?
What do you mean by C++ access specifiers ?
Will rust take over c++?
What is the extraction operator and what does it do?
What is an orthogonal base class in c++?