PHP - The final Keyword

used To prevent class inheritance or to prevent method overriding is the usage of final keyword.

How to prevent class inheritance shows as follows:

Example - final keyword

Test it now

Copyright © By Tutorialcodeplay. All Rights Reserved