**
the keyword static means that the particular member belongs to a type itself, rather than to an instance of that type.
**
This means we'll create
only one instance of that static member that is shared across all instances of the class.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)