Back to Developer Roadmap

Class

src/data/roadmaps/scala/content/[email protected]

4.0627 B
Original Source

Class

A class is a blueprint for creating objects. Classes can contain methods, values, variables, types, objects, and traits. The primary constructor is defined in the class signature. Classes are defined using the class keyword followed by the class name.

Visit the following resources to learn more: