Introduction to OOP
Chapter 4: Classes and Methods:
next
previous
audio
real
text
Variations on Classes
We will consider a few of the mostly language-specific variations on the idea of a class.
Methods without classes in Oberon
Interfaces in Java (Methods without Implementations)
Properties in Delphi and C#
Nested classes in Java and C++
Class Data fields
Intro OOP,
Chapter 4
, Slide 26