我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
In object-oriented programming, a class defines an object's characteristics. Class is a template definition of an object's properties and methods, the "blueprint" from which other more specific instances of the object are drawn.
Learn More
General knowledge
- Class-based vs. prototype-based programming languages (like JavaScript)
- Using functions as classes in JavaScript
- Class-based programming on Wikipedia
- Object-oriented programming on Wikipedia