There are two cases where a method cannot be overridden in client code. This should be reflected in the SUM. Currently, we only consider the case where the method is declared final. It is also the case when the method belongs to a class that's declared final itself.
There are two cases where a method cannot be overridden in client code. This should be reflected in the SUM. Currently, we only consider the case where the method is declared
final. It is also the case when the method belongs to a class that's declaredfinalitself.