How many copies of a class static members are shared between objects of the class?
Answers
Answered by
4
Explanation:
There are two different groups of 100 people. The first group isbetween 30-39 years of age. Of these one person dies before the age26 probability of death in this case is 1%. The second group is aged60-69 years of these 15 die before the age of 61. The probability of death in this case
sumitsingh1978:
hlo jii
Answered by
5
Static Members of a C++ Class. We can define class members static using static keyword. When we declare a member of a class as static it means no matter how many objects of the class are created, there is only one copy of the static member. A static member is shared by all objects of the class.
Similar questions