Site MapHelpFeedbackObject-Oriented Concepts
Object-Oriented Concepts


CHAPTER OBJECTIVES

1. Learn (or review) the fundamentals of classes, objects, and messages.
2. Be able to use javadoc in writing method specifications.
3. Compare a developer’s view of a class with a user’s view of that class.
4. Understand how inheritance promotes code reuse.
5. Understand how polymorphic references can be useful.
6. Be able to create class diagrams in the Unified Modeling Language.









CollinsOnline Learning Center

Home > Chapter 1