CIS-255 Home:
http://www.c-jump.com/bcc/c255c/c255syllabus.htm
Encapsulation
- Encapsulation
- Adding functions to classes
- Creating your own classes
- Separating declarations and definitions
- Scope of variables
- Other things possible within scope
- Scope pitfalls
- Static data members
- Static member functions
- Static member function example
- Calling static member functions
- Overloading functions
- Resolving overloaded function calls
- Resolving overloaded function calls example
- Access control
- Access control declarations
- Access control rules
- Access control example
- More access control examples
- struct vs. class
- OOP Philosophy Notes
- C++ Encapsulation Notes
- Friends make exceptions from access control rules
- The rules of friendship