Select from following answers:- If the static keyword is applied to a class,all the members of the class must be static.
- Static methods can only access static members of same class. Static properties are used to get or set the value of static fields of a class.
- Static constructor can't be parameterized.
- This keyword can be used with classes,fields,methods,properties,operators,events,and constructors,but it cannot be used with indexers,destructors,or types other than classes.
- All Above
![](/images/correct.gif)
Above all statements are correct about Static keyword.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator