--%>

Define Final class

Final class: This is the class with final reserved word in its header. A final class might not be extended by the other class.

   Related Questions in Programming Languages