Introduction to OOP
Chapter 4: Classes and Methods:
next
previous
audio
real
text
Chapter Summary
In this chapter we have examined the static, or compile time features of classes:
The syntax used for class definition
The meaning of visibility modifiers (public and private)
The syntax used for method definition
Accessor or getter methods, and mutator or setter methods
Variations on class themes
Oberon (methods without classes)
Interfaces
Properties
Nested classes
Class data fields
Intro OOP,
Chapter 4
, Slide 33