<< Chapter < Page Chapter >> Page >
Baldwin explains the various relationships that exist among member classes and their enclosing classes.

Revised: Wed May 11 15:16:30 CDT 2016

This page is included in the following Books:

Table of contents

Preface

This module is one in a collection of modules designed for teaching ITSE2317 - Java Programming (Intermediate) at Austin Community College in Austin, TX.

(Editor's note: As you read this module, you will see that it was originally written around 2003. However, despite many improvements in Java sincethen, most of what was true then is still true in 2013.)

This module makes several references to my website, which is located at (External Link) .

Viewing tip

I recommend that you open another copy of this module in a separate browser window and use the following links to easily find and view the Figuresand Listings while you are reading about them.

Figures

Listings

Preview

What can you include in a class definition ?

There are several different kinds of items that can be contained in a class definition. As you learned in the early modules in this series, the listincludes:

  • Static variables
  • Instance variables
  • Static methods
  • Instance methods
  • Constructors

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Object-oriented programming (oop) with java. OpenStax CNX. Jun 29, 2016 Download for free at https://legacy.cnx.org/content/col11441/1.201
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Object-oriented programming (oop) with java' conversation and receive update notifications?

Ask