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
If you don’t declare a return value, what type of return value is assumed?
Is c++ a high level language?
What methods can be overridden in java?
What is the use of typedef?
Will rust take over c++?
Write about the retrieval of n number of objects during the process of delete[]p?
What does new return if there is insufficient memory to make your new object?
What is the operator in c++?
Which is best ide for c++?
Describe private, protected and public – the differences and give examples.
Differentiate between an inspector and a mutator ?
Which is best c++ or java?
Describe new operator and delete operator?
Out of fgets() and gets() which function is safe to use?
Comment on assignment operator in c++.