...

/

Creating a Class in Scala

Creating a Class in Scala

In this lesson, we will start working with object-oriented programming and you will learn how to create your own class in Scala.

Introduction

In a previous lesson, you were introduced to classes and objects. We looked at some of Scala’s built-in classes such as Seq. But you can make your own classes and, in this chapter, we will cover user-defined classes and learn how to write our very own classes and objects. We will pick up where we left off in the introductory ...