Quizzes
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
namespace
:
Content language: English
Русский
Scala namespaces for definitions
namespace
Will the following code compile? class Quizful { private var f = -1 def f = 1 }
namespace
Overriding methods and fields
namespace
Will the following code compile? abstract class Element { def contents: Array[String] } class ArrayElement(conts: Array[String]) extends Element { val contents: Array[String] = conts }
namespace
← Prev
1
Next →
Sign Up Now
or
Subscribe for future quizzes