Answer Posted / achal ubbott
e.g. Let there be a class
class Sample
{
};
suppose in main() you do like here
Sample obj1;
Sample obj2 = obj1; // Copy cons called here.
// then you call a function like this
fun(obj1); //Copy cons called here.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is the sylabus for priliminaries?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Is abstract thinking intelligence?
What is abstract class in oops?
• What are the desirable attributes for memory managment?
What is the use of oops?
Can you inherit a private class?
What is encapsulation in oops?
Why is abstraction needed?
What is polymorphism and example?
What is the point of oop?
What is multilevel inheritance in oop?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is constructor overloading in oop?
What is the full form of oops?