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
What is expression parser in c++
What is the best it certification?
What is the v-ptr?
What is array in c++ pdf?
Describe friend function & its advantages.
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is difference between c++ 11 and c++ 14?
Explain about Garbage Collector?
What is static in c++?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
Explain what are the sizes and ranges of the basic c++ data types?
What is c++ map?
What is recursion?