Introduction to OOP: Chapter 3: Classes and Methods:
[next]
[previous]
[audio]
[real]
[text]
Same Ideas, Different Terms
All OOP languages have the following concepts:
classes
, object type, factory object
instances
, objects
message passing
, method lookup, member function invocation, method binding
methods
, member function, method function
inheritance
, subclassing
Intro OOP,
Chapter 3
, Slide 2