Q93
Which of the following statements are incorrect?
A.
static methods can call other static methods only
B.
static methods must only access static data
C.
static methods can not refer to this or super in any way
D.
when object of class is declared, each object contains its own copy of static variables
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board