Interview Questions

Is it possible to have a static indexer in C#?

C# Interview Questions and Answers


(Continued from previous question...)

97. Is it possible to have a static indexer in C#?

No. Static indexers are not allowed in C#.

(Continued on next question...)

Other Interview Questions