IT
OOP Vocabulary
CEOinIRVINE
2010. 10. 7. 10:31
- Encapsulation
- keep implementation private and separate from interface
- Polymorphism
- different objects, same interface
- Inheritance
- hierarchical organization, share code, customize or extend behaviors