Resolved Question
C Default Function
 
Details: What are the four functions that compiler automatically provides? How can you prevent compiler to provide automatically?
  asked by: tengyong  on: Sep 18, 2009  
 Best Answer ! ! !
ashatelier 's Answer  ( this answer is maked as best answer of this question at: Sep 22, 2009 )


default constructor
copy contructor
assignment operator
destructor

1 comments  answered on: Sep 25, 2009 
Other Answer (1)
1) Default constructor
2) Copy constructor
3) Assignment operator
4) Destructor

We can stop the compiler by providing the definition for all the four functions.
  namie   answered on£ºSep 19, 2009  0 comments

Hot Questions

Contact Us - IT-Interview