An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


Bootcamp Logo

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