what is interface in php? how it is use?

Answer Posted / neakdek

Why you can :

interface FirstInterfName{
function Add();
function Sub(10,5); // this line can u pass 10,5 like this
}

Is This Answer Correct ?    4 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to delete a file from the system?

807


Explain how to execute a php script using command line.

808


Why is overriding runtime?

768


Tell me how to create a text file in php?

773


What is faster in php?

819


How to list all values of submitted fields?

731


Can a trait extend a class php?

749


A process can run only in the background. State Whether True or False?

850


Is gender a dependent variable?

748


Explain difference between urlencode and urldecode?

772


What is meant by variable variables in php?

728


How is the comparison of objects done in php?

716


What is htmlspecialchars?

757


Explain how is it possible to cast types in php?

754


What is an associative array?

758