What is the main design decision about two separate keywords: class and object in Scala? How do we define Instance members and Static members in Scala?
7What is call-by-name? Does Scala and Java support call-by-name? What is the difference between call-by-value and call-by-name function parameters?
7What is a Companion Object in Scala? What is a Companion Class in Scala? What is the use of Companion Object in Scala?
7
Does Scala support Operator Overloading? Does Java support Operator Overloading?
What is an auxiliary constructor?
Explain if-else-if terminology?
What is scala closure?
Why is an option used in scala?
What are the different types of Scala literals?
What square measure implicit parameters in Scala?
Explain either/left/right design pattern in scala?
When can you use traits?
What is scala best used for?
What does f method in scala string interpolation?
How is the scala code compiled?
What are the four types of scala identifiers ?
How to implement interfaces in Scala?
What does set in scala collection?