Class(类)

在面向对象编程中(object-oriented programming), 一个 定义了一个对象(object's)的特征。类是定义对象属性(properties)和方法(methods)的模板,是用来绘制具体对象实例的“蓝图”.

了解更多

基本知识