Can a constructor return a value?
Answer / nashiinformaticssolutions
It is possible for a constructor to return a value. A constructor cannot explicitly return a value; instead, it implicitly replaces the current instance of the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is a reference variable in C++?
How long will it take to learn programming?
Will this c++ program execute or not?
What is the best free c++ compiler for windows?
How would you use the functions sin(), pow(), sqrt()?
What is pointer to array in c++?
how to create window program in c++.please explain.
without if else statement can be written ah
Live example for static function?
What are proxy objects?
Write a corrected statement in c++ so that the statement will work properly. x + y=z;
What is binary object model?