InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following keywords are used to define an abstract class?(a) extends(b) implements(c) abstract(d) newThe question was posed to me in an international level competition.Question is taken from Object Advanced Features in division Objects and Databases in PHP of PHP |
|
Answer» Right CHOICE is (c) abstract |
|