What is an abstract class in scala?
Answer / Satender Kumar
An abstract class in Scala is a class that cannot be instantiated and serves as a base for other classes. It can contain both abstract methods (methods without implementation) and concrete methods (methods with implementation).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Extractor in Scala? What is the difference between Constructor and Extractor in Scala? What is the use of Extractor in Scala?
What is an anonymous object in scala?
What is the difference between :: and #:: in Scala? What is the difference between ::: and #::: in Scala?
What is the advantage of Scala?
What is a function named parameter in scala?
Write a few frameworks of scala?
What is an object in scala?
What is Nothing in Scala? What is Nil in Scala? What is the relationship between Nothing and Nil in Scala?
What is a ‘Scala map’?
What is function composition in scala?
What are the popular MVC frameworks for Scala Language to develop Web Applications?
What is the difference between 'val' and 'lazy val' in Scala? What is Eager Evaluation? What is Lazy Evaluation?