|
|
Classes and
Objects: Summary
We can summarise object concepts as follows:
- Classes structure and organise a program
- Classes are self-contained and autonomous
- There may be many objects of the same class
- A large program will have many classes, and many objects of each
class
- A convention followed in this module is that class names are spelt
with the first letter capitalised
- There are both classes of real world things and classes of concepts
Domain classes are those reflecting the real world system concepts,
while other classes will solely be responsible for interaction
Back
to top

RITSEC - Global Campus
Copyright ?1999 RITSEC- Middlesex University. All rights reserved.
webmaster@globalcampus.com.eg
|
|