Scala – This Keyword
In Scala, this keyword is used to refer as current object of the class. By using dot(.) after it, we can call instance variable, methods and constructors. As we have seen in earlier post,...
Software Programming Guide
In Scala, this keyword is used to refer as current object of the class. By using dot(.) after it, we can call instance variable, methods and constructors. As we have seen in earlier post,...
In this tutorial, you will get familiar with basic syntax of scala which will help you to understand detailed chapters on scala. If you are coming from Java background, it will be easy for...
Scala tutorial provides from basics to advance concepts. It is designed to target beginners as well as professionals. What do you know about Scala? The name scala comes from the word scalable and definitely,...