Tell me what is the meaning of a final class and a final method?

Submitted by: Muhammad
‘final' is introduced in PHP5. Final class means that this class cannot be extended and a final method cannot be overrided.
Submitted by: Muhammad

Read Online Junior Developer PHP Job Interview Questions And Answers