adspace
Answer Posted / Navram Singh
Static class data is used to maintain shared state across multiple object instances of a class. It is often used for storing constants, counters, or other global data within a class. Static data members are initialized only once and are accessible to all objects of the same class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers