https://github.com/mechdeveloper/learn-oop-with-csharp
Object Oriented Programming with C# - Beginner to Advanced Your progress
https://github.com/mechdeveloper/learn-oop-with-csharp
Last synced: 4 months ago
JSON representation
Object Oriented Programming with C# - Beginner to Advanced Your progress
- Host: GitHub
- URL: https://github.com/mechdeveloper/learn-oop-with-csharp
- Owner: mechdeveloper
- Created: 2021-05-12T20:07:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T22:16:50.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T07:30:38.636Z (11 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn-oop-with-csharp
Checkout [Wiki](https://github.com/mechdeveloper/learn-oop-with-csharp/wiki/00-Home)
Object Oriented Programming with C# - Beginner to Advanced
1. Basic elements of a class
2. Properties
3. Constructors
4. Static
4 Pillars of Object Oriented Programming
1. Inheritance
2. Abstraction
3. Encapsulation
4. Polymorphism