Scala

Scala Basics : Variables Declaration

Before going to declare the varibles in Scala first we will see what is immutable and Mutable objects? Immutable Objects: Once we assign anything to the object we will not able change thatĀ  object state in future Example: Strings in Java Mutable Objects: Once we assign anything to the object we can change theĀ  object… Continue reading Scala Basics : Variables Declaration