Scala String

Scala String is a sequence of characters. It is immutable object which means it cannot be changed once created. In this blog we will look […]

SCALA CLASS

In Previous chapter we learned about SCALA PATTERN MATCHING and today lets check out SCALA CLASS. A Scala Class is a collection of variables , methods ,objects […]