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 abstrac class? why it is use?

Answer Posted / satyajit das

abstract class is one where the class parameters are not
defined properly and it is controlled by interface like:

interface gggg{
function ss();
}

interface lll{
function mmm();
}

class boat implements gggg,lll{
public function ss();
public function mmm();
}
$dd = new boat();

It is used due to non presence of multiple inheritance in
PHP.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which operator is used to combine string values in php?

989


What is super keyword in c++?

1061


What is use of count() function in php?

1100


What is sticky form in php?

955


How do you execute a php script from the command line?

1121


How does the identity operator === compare two values?

1211


What is meant by pear in php? What is the purpose of it?

1010


How does html form submit work?

971


Is laravel an oop?

964


What is var_dump function in php?

1164


> symbol is used to redirect the output of a command. State Whether True or False?

1196


Difference between $message vs. $$Message in php.

1042


Do you know what is use of count() function in php?

1052


How can you submit a form without a submit button?

1020


What is the main difference between asp net and php?

1066