Classes
A class is an object-oriented structure similar to an interface which defines a specific type of
object. It can contain properties and methods that define the behavior of the object, which can be
altered by a setup method called constructor
.
See also Interfaces.