---
title: "What is partial classess in .net?"  
description: "What is partial classess in .net?"  
author: "Pushpendra Singh"  
published: 2010-12-07  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/281/what-is-partial-classess-in-dot-net  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What is partial classess in .net?

Partial classes allow us to divide the class definition into multiple files.All the partial classes are treated as a single file by the compiler.\

## Answers

### Answer by Pushpendra Singh

Partial classes allow us to divide the class definition into multiple files.All the partial classes are treated as a single file by the compiler.\


---

Original Source: https://www.mindstick.com/interview/281/what-is-partial-classess-in-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
