| Lecture 3 |
LECTURE 3: Classes and Objects Kurt Nørmark © |
A complete PDF version of the text book is now available. The PDF version is an almost complete subset of the HTML version (where only a few, long program listings have been removed). See here. |
Page 1 | Classes: An Initial Example | Page 16 | Class Methods | |
Page 2 | The Die Class | Page 17 | Static Classes and Partial Classes in C# | |
Page 3 | Clients and Servers | Page 18 | Constant and readonly variables | |
Page 4 | Message Passing | Page 19 | Objects and Classes | |
Page 5 | Classes | Page 20 | The current object - this | |
Page 6 | Classes | Page 21 | Visibility Issues | |
Page 7 | Visibility - the Iceberg Analogy | Page 22 | Creating and Deleting Objects | |
Page 8 | Visible and Hidden aspects | Page 23 | Creating and Deleting Objects | |
Page 9 | Program modification - the Fire Analogy | Page 24 | Instantiation of classes | |
Page 10 | Representation Independence | Page 25 | Instantiation of classes in C# | |
Page 11 | Classes in C# | Page 26 | Initialization of objects | |
Page 12 | Overview of members in classes | Page 27 | Constructors in C# | |
Page 13 | Instance Variables | Page 28 | Copy constructors | |
Page 14 | Instance Methods | Page 29 | Initialization of class variables | |
Page 15 | Class Variables |
Generated: Monday February 7, 2011, 12:13:12 |