Quick Links
:
class
class
A set of methods and variables that defines the properties and behavior of an object. All objects of a given class are identical in form and behavior, but can contain different data in their variables.
Related terms
data
,
method
,
object
,
property
,
variable
Contrast with
subclass
,
superclass