Scala: Field And Method
Reading Time: 3 minutes In this blog, we will discuss about Scala fields and methods. As we know that fields in any language used to store the information and methods are use to define the behavior of the object. Let’s discuss more about both of them in detail. What are fields in Scala? Fields are basically keeping the state of an object. Unlike in Java, Scala fields are of Continue Reading