1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00

Update abstract class link (#8797)

The original link re-directed to some online store that looks rather spammy. This PR changes the link to an article from The Server Side that describes abstract classes without relying on any specific language.
This commit is contained in:
Adnan Valdes
2025-06-24 01:50:34 +02:00
committed by GitHub
parent f3b5d845ed
commit e712bbdaba

View File

@@ -6,4 +6,4 @@ Abstract classes are used to provide a common interface and implementation for a
Learn more from the following resources:
- [@article@What is an Abstract Class in Object Oriented Programming](https://computinglearner.com/abstract-class-in-object-oriented-programming/)
- [@article@What is an Abstract Class in Object Oriented Programming](https://www.theserverside.com/definition/abstract-class)