What type of inheritance that PHP supports?
Answer Posted / deepak kashyap
Php support three types of inheritance
1.single level
2.multilevel
3.hierarchical
4.multiple(by using interface)
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Is php 7.0 stable?
Explain about PHP cookies?
What is array function in javascript?
How do I get csrf token?
What is a controller php?
How to get the directory name out of a file path name?
What are the php variables?
What is the method to register a variable into a session?
What is a php tag?
Where can I find php ini file?
Tell me what is needed to be able to use image function?
What should be the length of variable for SHA256?
Write an example to remove html tags from a string in php?
How can you send http header to the client in php?
What is the meaning of a final class and a final method?