public class A { double wage; A(double wage){ this.wage=wage; } }
//在这段代码中,我应该定义构造函数和析构函数.
java oop destructor
destructor ×1
java ×1
oop ×1