Answer Posted / 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 |
Post New Answer View All Answers