Class

esse quam videri
Revision as of 18:50, 7 February 2020 by Kspriggs01 (talk | contribs) (Definition)
Jump to: navigation, search

Definition

A class is like a blueprint for an object, it defines what kind of information it has to have and what kinds of things the object will be able to do.

Relevance

Resources

See also

- Abstract Class

- Inheritance

- Encapsulation

- Object Oriented Programming

- Object

Additional Links

Programming Tutorial: Classes Part 1
Programming Tutorial: Classes Part 2