---
title: "What is default access specifer of a class in C#?"  
description: "What is default access specifer of a class in C#?"  
author: "Anonymous User"  
published: 2011-04-23  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/780/what-is-default-access-specifer-of-a-class-in-c-sharp  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is default access specifer of a class in C#?

There are 5 types of access Specifiers are there in C#:\
1. public\
2. private\
3. protected\
4. internal\
5. protected internal\
\
Default access specifier: PRIVATE\

## Answers

### Answer by Amit Singh

**Private** accsess specifier is a default in c#.

### Answer by Anonymous User

There are 5 types of access Specifiers are there in C#:\
1. public\
2. private\
3. protected\
4. internal\
5. protected internal\
\
Default access specifier: PRIVATE\


---

Original Source: https://www.mindstick.com/interview/780/what-is-default-access-specifer-of-a-class-in-c-sharp

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
