Forum: C++ Aug 28th, 2008 |
| Replies: 7 Views: 2,038 Very good.
That is the general concept of object oriented programming. Although, everything works together, they are still separate entities that are used to communicate with each other, and only... |
Forum: C++ Aug 27th, 2008 |
| Replies: 7 Views: 2,038 A good way to think about top level objects, is what ways you 'access' this object.
You interact with the top level objects, for the top level objects to interact with low-level objects.
An... |