Answers

Question and Answer:

  Home  Junior PHP Developer

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

‘final’ is introduced in PHP5. Final class means that this class cannot be extended and a final method cannot be overrided.

 189 views

More Questions for you: