---
title: "Why constructor has no  return value?"  
description: "Why constructor has no  return value?"  
author: "Om ji mishra"  
published: 2019-10-14  
updated: 2019-10-14  
canonical: https://www.mindstick.com/forum/105418/why-constructor-has-no-return-value  
category: "c#"  
tags: ["c#", "programming language"]  
reading_time: 1 minute  

---

# Why constructor has no  return value?

Why constructor has no [return value](https://www.mindstick.com/forum/33675/how-to-convert-return-value-of-abmulivaluecopylabelatindex-into-nsstring-in-ios)?

## Replies

### Reply by Om ji mishra

So the reason the constructor doesn't return [value](https://www.mindstick.com/articles/23219/an-optimized-description-adds-value-to-experience-and-in-turn-effectively-guest-posting-packages) is because it's not called directly by your code, it's called by the memory allocation and object initialization code in the runtime.


---

Original Source: https://www.mindstick.com/forum/105418/why-constructor-has-no-return-value

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
