Mohammed Rafi Khan

Mohammed Rafi Khan

  • NA
  • 349
  • 33.3k

Can static class can have only default Constructor ?

Dec 8 2019 11:05 AM
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)