0 votes
in Scala Constructs by
What is the main motto of Scala Language?

1 Answer

0 votes
by
Like Java’s Motto “Write Once Run Anywhere”, Scala has “Do More With Less” or “Do More With Less Code” Motto. “Do More With Less” means that we can develop more complex program or logic with less code.
...