---
title: "Is it namespace class or class namespace?"  
description: "Is it namespace class or class namespace?"  
author: "Anonymous User"  
published: 2011-04-23  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/776/is-it-namespace-class-or-class-namespace  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Is it namespace class or class namespace?

The .NET class library is organized into namespaces. Each namespace contains a functionally related group of classes so natural namespace comes first.

## Answers

### Answer by Anonymous User

The .NET class library is organized into namespaces. Each namespace contains a functionally related group of classes so natural namespace comes first.


---

Original Source: https://www.mindstick.com/interview/776/is-it-namespace-class-or-class-namespace

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
