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
What is the difference between single quoted string and double quoted string?
How is session data stored?
Please explain is it possible to use com component in php?
What are the ways to include file in php?
How long is a php session valid?
How to create and destroy cookies in php?
Declare a new variable in php equal to the number 3;
Do you know what is the function func_num_args() used for?
What is the meaning of xdebug?
What is difference between ksort() and usort() functions.
Tell me is it possible to remove the html tags from data?
Where is session value stored?
How are php sessions stored?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?