Which one of these is not a legal member declaration within a class?.
Select the one correct answer.
sneeze()
;(c)
The declaration in (c) is not legal, as variables cannot be declared abstract.
The keywords static and final are valid modifiers for both field and method declarations.
The modifiers abstract and native are valid for methods, but not for fields.