Q. Choose the correct statement. Restriction on static methods are: I. They can only call other static methods.
II. They must only access static data.
III. They cannot refer this or super in any way.
β
Correct Answer: (D)
(I), (II) and (III)