Answer Posted / jack
while compiler encounters following situation it uses the CC
1.when assigning one object to another object of same class
type
2.When an object is passed to the called function.....
3.when a function returns the object type and assigns it to
the another object..........
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
What is the difference between multiple and multilevel inheritance in c++?
Is c++ the most powerful language?
Can c++ do everything c can?
If there are two catch statements, one for base and one for derived, which should come first?
What do you mean by storage classes?
What is the use of setprecision in c++?
What is an html tag?
Explain the advantages of using friend classes.
Explain how overloading takes place in c++?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What is stream and its types in c++?
Does there exist any other function which can be used to convert an integer or a float to a string?
What is a lambda function c++?
What is an adaptor class or wrapper class in c++?
What are the various situations where a copy constructor is invoked?