Answer Posted / sumit kumar
what happens if we make a constructor as const
then object which is not fully constructed,
inside it you can not initialize the instance variable.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Can non-public members of another instance of the class be retrieved by the method of the same class?
Is c++ high level programming language?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
How a new operator differs from the operator new?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
What is the use of register keyword with the variables?
How would perform Pattern Matching in C++?
What are the restrictions apply to constructors and destructors?
What is vector processing?
What are the two main components of c++?
How are Structure passing and returning implemented by the compiler?
What is the C-style character string?
Give an example of run-time polymorphism/virtual functions.
What are the three forms of cin.get() and what are their differences?
What is the use of class in c++?