what is final classa final class cant be extended


What is final class?

A final class can't be extended ie., final class might not be subclassed. A final method can't be overridden when its class is inherited. You can't alter value of a final variable (is a constant)

 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: what is final classa final class cant be extended
Reference No:- TGS0310972

Expected delivery within 24 Hours