If a class constructor creates an object, then what destroys an object? In C++ the complement of the constructor is the destructor. The program DESTR.CPP illustrates a destructor for the Point class:
If a class constructor creates an object, then what destroys an object? In C++ the complement of the constructor is the destructor. The program DESTR.CPP illustrates a destructor for thePoint class:
Nếu một hàm constructor tạo ra một đối tượng, sau đó điều gì phá hủy một đối tượng? Trong C ++, các bổ sung của các nhà xây dựng là destructor. Các chương trình DESTR.CPP minh họa một destructor cho lớp Point: