Site MapHelpFeedbackChapter Objectives
Chapter Objectives
(See related pages)



After you have read and studied this chapter, you should be able to
  • Write programs that are easily extensible and modifiable by applying polymorphism in program design.
  • Define reusable classes based on inheritance and abstract classes and abstract methods.
  • Differentiate the abstract classes and Java interface.
  • Define methods, using the protected modifier.
  • Parse strings, using a StringTokenizer object.







Java3eOnline Learning Center

Home > Chapter 13 > Chapter Objectives