1.

Which one of the following is the correct abstract method?

A. public function write()
B. abstract function write()
C. abstract public write();
D. abstract public function write();
Answer» E.


Discussion

No Comment Found