Declaration and Implementation

In this lesson, you will learn about the declaration and implementation details of a class.

The written code of a class and its attributes are known as the definition or implementation of the class.

Declaration

In Java, we define classes in the following way: