Computer Science, asked by rooh123, 1 year ago

what is static member method

Answers

Answered by sandeepkothari122
1

Static Data Members. Static data members have the same features as static methods, plus they are stored in a single location in memory. They are used when only one copy of a data member is needed across all instances of a class (e.g., a counter).


rooh123: thanks a lot
sandeepkothari122: oh' welcome ji..
Similar questions