Question:Which keyword allows class members (methods & properties) to be used without needing to instantiate a new instance of the class?
A Protected B Final C Static D Private
+ AnswerC
+ Report