Computer Science, asked by nehaadepu2, 11 days ago

What is static member

Answers

Answered by annkritijaiswal
0

Answer:

static members are data members

Explanation:

Static members are data members (variables) or methods that belong to a static or a non static class itself, rather than to objects of the class. Static members always remain the same, regardless of where and how they are used.

Answered by mohanpegujrt
0

Answer:

static answers are data members

Explanation:

mark me as a brainlist

Similar questions