1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-21 15:49:45 +01:00

Update resource link for OOP section (#5833)

One of the links for the introduction to object oriented programming no longer leads to the site it used to but to an unrelated one, I found a link I think would be suitable for this.
This commit is contained in:
JesusG16 2024-06-08 03:59:42 -05:00 committed by GitHub
parent 37e5cbf315
commit 178826683c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,5 +4,5 @@ Object-oriented programming (OOP) is a programming paradigm that is based on the
Learn more from the following links:
- [@article@Discover Object Oriented Programming](https://blog.hubspot.com/website/object-oriented-programming)
- [@article@Discover Object Oriented Programming](https://opendsa.cs.vt.edu/ODSA/Books/Everything/html/IntroOO.html)
- [@video@Software Development Tutorial - What is object-oriented language?s](https://www.youtube.com/watch?app=desktop&v=SS-9y0H3Si8)