Question d’entretien chez WD

What is a static class

Réponse à la question d'entretien

Utilisateur anonyme

2 août 2018

A static class can be created using a keyword called "static" used at the class definition. A static class can contain only static members (static data members and static methods). You can't create an object for the static