Page 1 of 1

About Question enthuware.ocpjp.v21.2.1346 :

Posted: Sun Jun 08, 2025 8:58 am
by nkaragulov
Also implementing class may decide that overriding method doesn't throw anything.

Re: About Question enthuware.ocpjp.v21.2.1346 :

Posted: Mon Jun 09, 2025 3:34 am
by admin
Yes, that is also a valid approach for implementing the method.
One could also make the class abstract and not implement the method at all.