Scala – Access Modifiers
In this lesson we would be covering the three access modifiers in Scala. They are private, protected and default. For private and protected, objects and …
Scala Programing Tutorials
In this lesson we would be covering the three access modifiers in Scala. They are private, protected and default. For private and protected, objects and …
In this lesson, we would be learning about Object Oriented Programming(OOP) concepts in Scala. A Class is a template or blueprint for creating objects. Once …
In this lesson, we would learn about variables in Scala. Variables in Scala have the same meaning as in Java: they are memory locations. So …