Introduction to OOP Chapter 4: Classes and Methods: next previous audio real text

Class Data Fields

Idea is that all instances of a class can share a common data field. Simple idea, but how to resolve the following paradox. All instances have the same behavior: Different languages use a variety of mechanisms to get around this. See text for details.
Intro OOP, Chapter 4, Slide 32