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

What are the functions used in php?

987


What are the different types of array in php?

923


How do we get the current session id?

961


When to use inquire vs enquire?

929


What is the difference between client-side and server-side programming?

1009


Can I learn laravel without php?

966


Why triggers are used in mysql?

911


What is properties of class?

994


Explain what is memcache?

937


What is csrf token in php?

1032


What is the difference between $argv and $argc? Give example?

917


Tell me what is the use of the function htmlentities?

900


Write a program to get lcm of two numbers using php?

915


How to find length of an array in php ?

984


Define object-oriented methodology?

978