what is interface in php? how it is use?

Answer Posted / karthi

interface =multiple inheritance

means:
An multiple inheritance is not supported in php that time we
using interface. It is implements two baseclasses but class
extends only one class.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to close a session properly?

518


Which framework is best for php development?

482


Do you know what is the function func_num_args() used for?

551


What is print_r?

504


Tell me how do you define a constant?

513






What is the function of string in c?

517


Is php better than java?

529


What is the use of mysql_real_escape_string in php?

443


Which variable declarations within a class is invalid in php?

496


What is a php 5?

538


What is the difference between $name and $$name?

517


What is the use of callback in php?

503


What is the major php security hole? How to avoid?

535


Name some of the functions in php.

488


How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain

503