Static keyword in c#

Mat Coding
May 31, 2023

--

Static keyword is used to define members (methods, fields, properties, events) that belong to a specific instance of the type. When a member is declared as static, it means that it can used without creating an instance of the class.

Read more :-
Static class
Static Constructors
Static Methods
Static Fields
Static Properties

Static keyword in c#
Static keyword in c#

--

--