July 2017
Intermediate to advanced
796 pages
18h 55m
English
- Paul Graham
In the previous chapter, we looked at how to get programming started with Scala. Well, if you're writing the procedural program that we followed in the previous chapter, you can enforce the code reusability by creating procedures or functions. However, if you continue working, consequently, your program gets longer, bigger, and more complex. At a certain point, you will not even have any other more simple way to organize the entire code before production.
On the contrary, the object-oriented programming (OOP) paradigm provides a whole ...
Read now
Unlock full access