What is a COPY CONSTRUCTOR and when is it called?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

How to stop class inheritance in C++ with condition that object creation should be allowed

0 Answers  


What is name mangling/name decoration?

0 Answers   Amazon,


What are the major differences between C and C++?

0 Answers   Amazon,


How to run C++ program in cmd

0 Answers  


What is the meaning of the following declaration: int *const *const *i?

0 Answers   Adobe,






Explain why C++ is not purely Object Oriented Language

0 Answers   Aspire,


What is bool in C++

0 Answers  


What does malloc return in C and C++?

0 Answers   Alter,


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


Tell me about virtual function

1 Answers  


Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.

0 Answers   Alter,


Discuss the role of C++ shorthands.

0 Answers   Adobe,


Categories