Which method scope prevents a method from being overridden by a subclass?
(a) Abstract
(b) Protected
(c) Final
(d) Static
I 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