Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tassio-med/oop-challenges

A repository for practicing Object-Oriented Programming (OOP) concepts in TypeScript and C#. This project includes various challenges and exercises to help improve my understanding and application of OOP principles such as inheritance, encapsulation, polymorphism, and abstraction.
https://github.com/tassio-med/oop-challenges

csharp oop-principles typescript

Last synced: about 5 hours ago
JSON representation

A repository for practicing Object-Oriented Programming (OOP) concepts in TypeScript and C#. This project includes various challenges and exercises to help improve my understanding and application of OOP principles such as inheritance, encapsulation, polymorphism, and abstraction.

Awesome Lists containing this project

README

        

# OOP Challenges

This repository is dedicated to practicing Object-Oriented Programming (OOP) concepts in TypeScript and C#. The challenges and exercises provided here are designed to help improve my understanding and application of OOP principles such as inheritance, encapsulation, polymorphism, and abstraction.

## Getting Started

### Prerequisites

Make sure you have the following software installed on your system:

- [Node.js](https://nodejs.org/) (for TypeScript)
- [.NET SDK](https://dotnet.microsoft.com/download) (for C#)

### Installing

Clone the repository to your local machine:

```sh
git clone https://github.com/Tassio-Med/oop-challenges.git