Introduction to OOP | Chapter 4: Classes and Methods: | next | previous | audio | real | text |
type Suits = (Heart, Club, Diamond, Spade); PlayingCard = object suit : Suits; rand : integer; end;No explicit visibility modifiers. (Will later see syntax for methods).