Answer Posted / sharon
instance or example of a class
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is enum class in c++?
What is c++ hiding?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
What is the use of data hiding?
Explain shallow copy?
Comment on c++ standard exceptions?
What is class syntax c++?
What are manipulators in c++ with example?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Explain rtti.
What does floor mean in c++?
If dog is a friend of boy, is boy a friend of dog?
Is it possible to write a c++ template to check for a function's existence?
What is the best c++ compiler for windows 10?