Published online by Cambridge University Press: 26 August 2009
OBJECTIVES
In this chapter you will study:
Java program structure;
Writing class programs;
Writing Java comments;
Naming rules & conventions;
Calling methods;
Creating objects; and
Working with subclasses.
The purpose of this chapter is to introduce you to the structure of Java programs. You will see how to write and execute simple Java programs. By working with real functioning programs, instead of just code segments, you will quickly learn the major structural differences between COBOL and Java.
This chapter begins with a program that models the Customer class from the Community National Bank system introduced in Chapter 2. This program is used to illustrate Java program structure.
We will show you how to write Java comments and review the simple rules for naming variables, methods, classes, and programs. We will also explain the Java coding conventions and style guidelines that will greatly improve the readability of your programs.
We will then execute methods in the customer class program to show how objects are created and to demonstrate calling methods. We will conclude the chapter by developing programs for the account and checking account classes to illustrate working with subclasses.
This chapter assumes you understand the following:
COBOL:
COBOL program structure
Column restrictions—area A and B
Continuation column 7
Comments and remarks
Uses of periods, commas, parentheses, spaces
Scope terminators
Rules for programmer-supplied names
Java:
OO concepts (Chapter 2)
A CLASS PROGRAM
Chapter 2 introduced object-oriented concepts and described classes and objects.
To save this book to your Kindle, first ensure no-reply@cambridge.org 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.