Question:
Final Class cannot be extended. Example of a Final class in java is String and Integer (or other wrapper classes). This is to make the class immutable. Final is used rarely as it prevents reusing the class.
Author: Jerry MathewAnswer:
Final Modifier on a Class
0 / 5 Â (0 ratings)
1 answer(s) in total