Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tassio-med/oop-challenges
- Owner: Tassio-Med
- Created: 2024-06-06T14:24:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T20:09:32.000Z (5 months ago)
- Last Synced: 2024-06-23T11:07:35.386Z (5 months ago)
- Topics: csharp, oop-principles, typescript
- Language: TypeScript
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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