SemanticBits interview question

What does "final" mean in a PHP class?

Interview Answer

Anonymous

25 Feb 2019

Final means that you can't extend the class/method any further.