CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Inner classes

C# – Classes – Outer, Inner and Wrapper Classes

In this article we will look into few more things about the classes. Outer Classes, Inner Classes and Wrapper Classes ‘C#’ classes allows to define classes (inner classes) within the classes. Inner classes are only accessible through its outer classes or wrapper classes. To create an instance of an Inner class, we have to create […]

Scroll to top