Tell me what is the meaning of a final class and a final method?
Answer / Varun Kumar Gupta
In PHP, a `final` class cannot be extended (inherited) by another class. A `final` method in a class cannot be overridden (redefined) by a child class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does php use html?
How to call a php function from html button?
How can we submit a form without a submit button?
23 Answers ABC, HCL, Infosys, Kept Bug, Panys, Rushmore Consultancy, Torque Infotech, Wipro, zCon Solutions,
What does accessing a class via :: means?
How to get the DNS servers of a domain name?
What is difference between strstr() and stristr()?
How can you tell if a number is even or odd without using any condition or loop?
Actually am working in existing project which is developed in .net, am converting the .net into php code. am facing problem after uploading the .php in server. amgetting the error message like "The page cannot be found" but its working perfectly in local host
Explain what is the function file_get_contents() usefull for?
How can we submit form without a submit button?
What are the advantages of php mysql?
What's php?