Here is the specification (human language) description of the Person class ivars:
firstName
(data type String)
📋
This is what it means:
It's telling us we only need to code one ivar
The ivar is named
firstName
The ivar data type is String
We'll next learn how to code this up in Java
Introduction To Objects With Java (Chapter 303 - Object Data)
Chapter 303 - Object Data
Problem Statement
Chapter Contents
Overview
Definition
Naming
Problem
Planning
Coding
Examples
Refs
Chapter
Top
Search
TOC