InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following keyword is used to inherit our subclass into a superclass?(a) extends(b) implements(c) inherit(d) includeI got this question in semester exam.This question is from Basics of Object-Oriented PHP- 2 topic in section Object-Oriented PHP of PHP |
|
Answer» The correct option is (a) extends |
|