#oop
Read more stories on Hashnode
Articles with this tag
How handling constructor over-injection code smells · When we start to build the application and feel the code duplicated are in several places, our...
Today, a friend ask about the difference between extends and implements. class Media { format: string; } class Video extends Media {} class Image...