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