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
Which operator is used to combine string values in php?
What is super keyword in c++?
What is use of count() function in php?
What is sticky form in php?
How do you execute a php script from the command line?
How does the identity operator === compare two values?
What is meant by pear in php? What is the purpose of it?
How does html form submit work?
Is laravel an oop?
What is var_dump function in php?
> symbol is used to redirect the output of a command. State Whether True or False?
Difference between $message vs. $$Message in php.
Do you know what is use of count() function in php?
How can you submit a form without a submit button?
What is the main difference between asp net and php?