Difference between revisions of "Class"

esse quam videri
Jump to: navigation, search
(Explanation)
(Definition)
Line 1: Line 1:
 
=Definition=
 
=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=
 
=Relevance=

Revision as of 18:50, 7 February 2020

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