Design Pattern Examples
Overview of object-oriented design patterns
Private_Class.cs
Go to the documentation of this file.
1
5
6using System;
7using System.Collections.Generic;
8using System.Linq;
9using System.Text;
10using System.Threading.Tasks;
11
13{
14 //class Private_Data
15 //{
16 // public double Salary;
17 // public double Bonus;
18 //}
19
20
21 //public class Private_Class
22 //{
23
24 //}
25}
The namespace containing all Design Pattern Examples implemented in C#.