CIS-255 Home Page:
http://www.c-jump.com/bcc/c255c/c255syllabus.htm
Encapsulation
- Encapsulation
- Recall a struct with a function:
- Creating your own object
- Separating declarations and definitions
- Scopes
- Other things that can go into class scopes
- The trouble with scopes
- Static data members
- Static member functions
- Calling static member functions
- Overloading functions
- Resolving overloaded function calls
- Access control
- Access control declarations
- Access control rules (simple version)
- Access control examples
- More access control examples
- struct vs. class
- OOP Philosophy Notes
- OOP Encapsulation Notes
- friends make exceptions from access control rules
- Friendship rules