#oop
Read more stories on Hashnode
Articles with this tag
C# is an object-oriented programming language, which means it relies heavily on classes to structure and organize code. Classes in C# can have a...
In object-oriented programming, a class is a blueprint for creating objects (a particular data structure), providing initial values for state (member...
TypeScript, a typed superset of JavaScript, allows for object-oriented programming concepts such as classes and interfaces. One of these concepts is...
In C# and other object-oriented programming languages, inheritance and composition are two design patterns that allow you to reuse code and create...