PHP Community Marketing Expert Question:

Download Job Interview Questions and Answers PDF

Tell me can you extend a Final defined class?

PHP Community Marketing Expert Interview Question
PHP Community Marketing Expert Interview Question

Answer:

No, you cannot extend a Final defined class. A Final class or method declaration prevents child class or method overriding.

Download PHP Community Marketing Expert Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know how to get the IP address of the client?Explain how does one prevent the following Warning ‘Warning: Cannot modify header information – headers already sent’ and why does it occur in the first place?