Answer Posted / v.senthil kumaran
Declare operator function (dummy) for assignment operator
in the private section of the class.
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is c++ and its uses?
Difference between pointer to constant vs. Pointer constant
What is pure virtual function?
What is polymorphism & list its types in c++?
What is data binding in c++?
Mention the ways in which parameterized can be invoked. Give an example of each.
Explain explicit container.
How do you clear a map in c++?
How we can differentiate between a pre and post increment operators during overloading?
Why are pointers used?
What is the purpose of template?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What is a list c++?
Write my own zero-argument manipulator that should work same as hex?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?