What is final class and final method in php?
Answer / Abhinaw Kumar Rai
In PHP, 'final' is a keyword used to prevent a class or method from being extended. A final class cannot be extended by any other class. A final method can only be overridden within the same class. This provides a way to enforce restrictions on code modifications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which will start a session?
which will print out the php call stack?
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable
What is a simple php method to make a cross domain data request?
Which variable declarations within a class is invalid in php?
What is print_r?
How to redirect https to http url through .htaccess?
Which is useful for method overloading?
What are escaping characters? Explain with an example?
Why is used in php?
How is it possible to parse a configuration file?
Does mysql need php?