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 |
What is vectorial capacity?
Mention the purpose of istream class?
Explain rtti.
Define a constructor - what it is and how it might be called (2 methods)?
What is a conversion constructor?
What is the role of C++ shorthand's?
What is the use of setprecision in c++?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is the average salary of a c++ programmer?
Are php strings immutable?
What is data types c++?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.