Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is interface in php? how it is use?

Answer Posted / sivannarayana

interface = multiple inheritance

means:
An interface is a named collection of method definitions, without implementation.

example:
interface interfaceName{
public function func1();
public function func2();
}

//we will use this interface as
class ClassName implements interfaceName
{
//note all interface func's must implement here
}

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cookie and why do we use it?

941


Tell me how is it possible to know the number of rows returned in result set?

1025


What is better .net or php?

966


Tell me whether it is possible to share a single instance of a memcache between multiple php projects?

933


How are php sessions stored?

939


Can php replace javascript?

947


What are the design patterns in php?

946


Tell me how can you pass a variable by reference?

903


What is encapsulation in php with example?

1079


What is mod_php?

980


What is split function in php?

930


Name some of the popular frameworks in php.

947


How to select a database?

977


How does php sessions work?

896


What is a controller php?

934