2
Answers

Can static class can have only default Constructor ?

My question is, can a static class have all the constructor available in non-static class like:-
  • Default Constructor.
  • Parametrized Constructor.
  • Copy Constructor.
  • Static Constructor.
  • Private Constructor.
Answers (2)