Answer Posted / 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 |
Post New Answer View All Answers
Write about the retrieval of n number of objects during the process of delete[]p?
Is there any difference between int [] a and int a [] in c++?
Can notepad ++ run c++?
which of the following is not an secondary constant a) array b) real c) union
What is the difference between a reference and a pointer?
What is &x in c++?
What is the use of volatile variable?
Can you please explain the difference between static and dynamic binding of functions?
List the features of oops in c++?
Why is c++ still popular?
How does the copy constructor differ from the assignment operator (=)?
What is ios class in c++?
What are the effects after calling the delete this operator ?
Why do we use setw in c++?
What is abstraction with real time example?