03/04/2024, 10:45
Abstracting from individual objects, classes can be used to describe data types that share a common structure and behaviour.
03/04/2024, 12:30
Class-related functions can be used to describe the possible operations that can be executed on individual objects.
The constructor is a notable special case.
03/04/2024, 14:30
Use the concept of composing classes from others to break down complicated problems into more manageable pieces..
04/04/2024, 10:15
Learn about Attributes and Methods that are shared between (and independent of) the individual instances of a class.