https://github.com/almirjnr/dio-csharp-oop-dungeon
https://github.com/almirjnr/dio-csharp-oop-dungeon
bootcamp-dio csharp object-oriented-programming unimed-bh
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/almirjnr/dio-csharp-oop-dungeon
- Owner: AlmirJNR
- Created: 2022-07-26T21:51:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T14:16:23.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T05:37:45.282Z (5 months ago)
- Topics: bootcamp-dio, csharp, object-oriented-programming, unimed-bh
- Language: C#
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Introduction To Object Oriented Programming
DIO DUNGEON
## Pre Requisites
- [ ] VS Code
- [ ] C# Extensions
- [ ] Microsoft SDK## 0. Object Oriented Programming
- [x] How to represent something in your code
- [x] Object vs Instance## 1. Abstraction
- [x] Abstract something from the real world
- [x] Properties
- [x] Methods## 2. Inheritance
- [x] Inherit all actions from parent class## 3. Encapsulation
- [x] Easy consumption of something more concentrated## 4. Polymorphism
- [x] Many forms from the same thing