0 votes
in PHP by
What is the meaning of a final class and a final method?

1 Answer

0 votes
by

'final' is introduced in PHP5. Final class means that this class cannot be extended and a final method cannot be overridden.

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
...