Design Pattern Examples
Overview of object-oriented design patterns
Private_Class.cs
Go to the documentation of this file.
1
5
6
using
System;
7
using
System.Collections.Generic;
8
using
System.Linq;
9
using
System.Text;
10
using
System.Threading.Tasks;
11
12
namespace
DesignPatternExamples_csharp
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
}
DesignPatternExamples_csharp
The namespace containing all Design Pattern Examples implemented in C#.
Definition:
Adapter_BackEndFunctions.cs:19
csharp
Private_Class.cs
Generated on Tue Aug 29 2023 19:47:44 for Design Pattern Examples by
1.9.6