Reading-notes

Object:

Classes:

A class is a blueprint or prototype we can create objects from it. It represents a set of properties or methods that are common to all objects of one type.

What Is Inheritance?

What Is an Interface?

What Is a Package?

package is a namespace that organizes a set of related classes and interfaces.