OOP C# and MA
This is an example project using OOP C#. Hope this system can help you in your future project. Below are codes used in this system. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.OleDb; using System.Collections; namespace employeesapp { class employee { public string EmpID; public string Name; public string Jobtitle
- Read more about OOP C# and MA
- 2 comments
- Log in or register to post comments
- 258 views