Jnr PHP/Codeigniter Developer Question:
Tell us can you extend a Final defined class?
Answer:
No, you cannot extend a Final defined class. A Final class or method declaration prevents child class or method overriding.
Previous Question | Next Question |
Explain me what is the difference between the functions unlink and unset? | Tell me will comparison of string "10" and integer 11 work in PHP? |