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 ios class in c++?
What is the difference between set and map in c++?
How will you call C functions from C ++ and vice-versa?
Explain about Virtual Function in C++?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
How many types of classes are there in c++?
What are put and get pointers?
What is an arraylist c++?
If dog is a friend of boy, is boy a friend of dog?
What are the differences between malloc() and calloc()?
Write a c program for binary addition of two 8 bit numbers.
What is namespace std; and what is consists of?
What is the difference between a definition and a declaration?
How do you establish a has-a relationship?
What is public, protected, private in c++?