Back to Content

Class

files/en-us/glossary/class/index.md

latest777 B
Original Source

In {{glossary("OOP","object-oriented programming")}}, a class defines an {{glossary("object","object's")}} characteristics. Class is a template definition of an object's {{glossary("property","properties")}} and {{glossary("method","methods")}}, the "blueprint" from which other more specific instances of the object are drawn.

See also