What are 4 member function for each object in c++.

Each C++ object possesses the 4 member fns, what are those 4 member functions.please tell me what i s the answer for this question.

Showing Answers 1 - 6 of 6 Answers

ABC

  • Aug 24th, 2011
 

Following are four default functions available for each object
1) constructor
2) destructor
3) copy constructor
4) assignment operator

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions