Skip to content

IreshSampath/Access-Modifiers-with-Assemblies-and-Namespaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Understanding the Access Modifiers with Assemblies and Namespaces in C#

1) Class structure

The class structure of the Code and the Chart

 -Assembly1
   -SampleClass
     -SampleClass2Nested
   -DerivedClassInSameAssembly
   -OtherClassInSameAssembly
 -Assembly2
   -DerivedClassInAssembly2
   -OtherClassInAssembly2

2) Refference image

Accessibility Chart of the Access Modifiers

Screenshot

3) Refference links

- ⚡ https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/access-modifiers
- ⚡ https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/access-modifiers

4) Developer's links

- ⚡ https://www.linkedin.com/in/ireshsampath/
- ⚡ https://gameartgames.webs.com/
- ⚡ https://www.travel360srilanka.com/

About

Understanding the Access Modifiers with Assemblies and Namespaces in C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages