What is final in scala?
Answer / Pradeep Kumar Sonkar
"'Final' in Scala is a keyword used to restrict inheritance. When applied to classes, it means that the class cannot be subclassed; when applied to methods or variables, it means that they cannot be overridden or reassigned respectively."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a higher-order function in scala?
What are the differences between Case class and Normal Class?
What is auxiliary constructor in scala?
Is scala better than python?
What are the major advantages of Scala Language? Are there any drawbacks of Scala Language?
How many operators are there in Scala and Why?
Is scala an oop?
Is scala easy to learn?
What do you mean by a case class in scala?
How to implement interfaces in Scala?
What is the access modifier in scala?
What is vector in scala collection?