Home
Blogs
Interview Questions
ASP.NET
ASP.NET Fundamentals
ASP.NET MVC
ASP.NET Core
.NET
C#
JavaScript and Frameworks
JavaScript
Angular
Design Patterns & Practices
OOPS
Data Structures & Algorithms
About
Contact
Search
Home
Interview Questions
.NET
C#
Can we have a private constructor in a static class?
<< Previous
Next >>
Can we have a private constructor in a static class?
No. Static classes can not have instance constructors.
Best Answers:
https://stackoverflow.com/a/2145625/1273882
Interview Questions by Technologies
ASP.NET Fundamentals
ASP.NET MVC
ASP.NET Core
C#
JavaScript
Angular
OOPS
Data Structures & Algorithms