Vidyalelo
PHP · Q65

Object Oriented Concept

Programming · PHP · question 65

Q65

Which keyword allows class members (methods and properties) to be used without needing to instantiate a new instance of the class?

A.
protected
B.
final
C.
static
Answer
D.
private

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board