---
title: "Constructor in c#."  
description: "Constructor in c#."  
author: "James Smith"  
published: 2011-05-20  
updated: 2011-05-20  
canonical: https://www.mindstick.com/forum/255/constructor-in-c-sharp  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Constructor in c#.

Hi..\
I would like to know that what is [difference](https://www.mindstick.com/articles/157114/good-news-or-bad-news-and-the-difference-is) between [default constructor](https://www.mindstick.com/forum/34531/default-constructor) and [static](https://www.mindstick.com/articles/12098/the-static-keyword-the-static-methods) [constructor in c#](https://www.mindstick.com/forum/33671/what-is-constructor-in-c-sharp) and how to implement it.

## Replies

### Reply by Anonymous User

[Default](https://www.mindstick.com/interview/12771/what-is-the-importance-of-default-resources) constructor is called whenever an object of class is created while static contructor is called as well as class is loaded in memory.


---

Original Source: https://www.mindstick.com/forum/255/constructor-in-c-sharp

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
