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 |
Why is it called c++?
In a class only declaration of the function is there but defintion is not there then what is that function?
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.
What is code reusability in c++?
What is prototype for that c string function?
write a program in c++ to generate imp z y x w v w x y z z y x w x y z z y x y z z y z z
The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance
What do you mean by persistent and non persistent objects?
What is an action class?
What is #include ctype h in c++?
What is pointer -to-members in C++? Give their syntax?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.