Classes Copy Constructors.pptVIP

  • 0
  • 0
  • 约5.1千字
  • 约 15页
  • 2017-08-20 发布于江西
  • 举报
Classes Copy Constructors.ppt

Classes Copy Constructors Copy Constructor Constructor with a Reference to THAT CLASS as an ARGUMENT X(X ) Format Initialization of a New Object by Another Object of that Class An Object is Passed by Value to a Function An Object is Returned from a Function Shallow and Deep Copying -- Involvement of Pointers Implicit Copy Constructor is Created by the Compiler to Perform Member-wise Initialization Copy Constructor – Example 1 // date.h #define size 50 class date{ private: int day, month, year; char *string_date; public: date(char *ip_date); //Constructor

文档评论(0)

1亿VIP精品文档

相关文档