Answer Posted / Shashank Mohan Shukla
In Scala, an implicit class allows for adding methods to existing classes without needing to inherit from them or modify their source code. It is used to extend the behavior of a class at compile time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers