What is final class? Ans. A final class can't be extended ie., final class may not be subclassed. A final method can't be overridden when its class is inherited. You can't change value of a final variable (is a constant). - Study24x7
Social learning Network
16 Nov 2023 11:28 AM study24x7 study24x7

What is final class? Ans. A final class can't be extended ie., final class may not be subclassed. A final method can't be overridden when its class is inherited. You can't change value of a final variable (is a constant).

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles