Skip to content

Mehedi61/C-Sharp-OOP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 

Repository files navigation

Object Oriented Programming with C#

Learning Object Oriented Programming concept with C# for my academic course.
So, in this repository I will add all of my OOP implementetions.

How to run on Linux

Open your Linux terminal and execute the following commands one by one.

git clone https://github.com/Mehedi61/C-Sharp-OOP.git  
cd C-Sharp-OOP/source/  
mcs filename.cs    
mono filename.exe    

NOTE: Make sure that you have installed mono on your Linux machine.

Releases

No releases published

Packages

No packages published

Languages