Computer Science, asked by supriyakashid43, 2 months ago

Which of these cannot be declared static?​

Answers

Answered by sandhyakandregula12
0

Answer:

Which of these cannot be declared static? Explanation: All objects of class share same static variable, when object of a class are declared, all the objects share same copy of static members, no copy of static variables are made.

Similar questions