InterviewSolution
Saved Bookmarks
| 1. |
Which method scope prevents a method from being overridden by a subclass?(a) Abstract(b) Protected(c) Final(d) StaticI got this question in an online interview.The origin of the question is Basics of Object-Oriented PHP- 2 in chapter Object-Oriented PHP of PHP |
|
Answer» The correct ANSWER is (C) Final |
|