Answer Posted / vk
Using explicit keyword in the constructor
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the copy-and-swap idiom?
What is runtime polymorphism in c++?
What is pointer in c++ with example?
Can a constructor return a value?
What is the basic structure of a c++ program?
How a modifier is similar to mutator?
Why is c++ is better than c?
Where are setjmp and longjmp used in c++?
Is main a class in c++?
What are containers in c++?
What is std :: endl?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What is private inheritance?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What are the three forms of cin.get() and what are their differences?