Tuesday, October 23, 2018

Working With "Static" In C#

The static keyword can be applied on data members, constructors, classes, methods, properties, and events. The static modifier makes an item non-instantiable.

source https://www.c-sharpcorner.com/article/working-with-static-in-c-sharp/

No comments:

Post a Comment