Fields
This lesson will go into the details of the fields of a class.
We'll cover the following
Java fields
Java fields are actually the data members inside a class. For instance, in a class representing Car, the Car
class might contain the following fields:
topSpeed
totalSeats
fuelCapacity
Get hands-on with 1400+ tech skills courses.