Chapter 4. Objects and Classes
In this chapter
• 4.1 Introduction to Object-Oriented Programming
• 4.2 Using Predefined Classes
• 4.3 Defining Your Own Classes
In this chapter, we
• Introduce you to object-oriented programming;
• Show you how you can create objects that belong to classes from the standard Java library; and
• Show you how to write your own classes.
If you do not have a background in object-oriented programming, you will want to read this chapter carefully. Object-oriented programming requires a different way of thinking than procedural languages. The transition ...
Get Core Java® Volume I—Fundamentals, Tenth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.