What is the static keyword ?
Ask by Om ji mishra
Updated 06 Oct 2019
Definition:- A static is a keyword or a modifier. The static keyword can be used with a class, field, method, property, operator, events or constructor without any instance or object. The static member's which we declared can be accessed directly with a type (syntax) <class name>.<member's name>.