Published online by Cambridge University Press: 26 August 2009
OBJECTIVES
In this chapter you will study:
The history of OO;
What it means to be object-oriented; and
Key object-oriented concepts.
This chapter is devoted to the introduction of the key concepts essential to your understanding of the OO paradigm in general and writing OO code in particular. This chapter describes the primary OO concepts: objects, classes, inheritance, encapsulation, polymorphism, and dynamic binding. A basic understanding of these ideas will enable you to begin writing Java programs and developing object-oriented systems.
Several examples are used throughout the chapter to illustrate the concepts. In most cases, the examples are based on everyday things with which you are already familiar. A case study (The Community National Bank Case) is introduced at the beginning of the chapter and will be used to illustrate OO concepts. The case study will continue to be used throughout the remainder of the book.
NOTES
OO development is a different way of thinking about the development of systems—it is not simply a programming technique.
Although programming languages were the first to utilize the ideas of OO, the concepts of OO are prevalent throughout all phases of development—analysis, design, and programming.
It is very important that you understand the basics of OO before attempting to write a Java program.
To save this book to your Kindle, first ensure [email protected] is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
Find out more about the Kindle Personal Document Service.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.