filmov
tv
C# Inheritance Explained: With Asp.net Core entities example
Показать описание
We have 4 pillars of object-oriented programming:
abstraction
encapsulation
inheritance
and polymorphism.
Inheritance can help us to prevent repeating our codes.
- 00:00:00 Intro
- 00:00:28 Create a new project with some entities
- 00:06:55 What is our problem?
- 00:07:38 Solution: Inheritance with Base Entity
- 00:14:23 Better Solution: Inheritance with Generic Base Entity
- 00:17:53 Outro
💖 Hope you enjoy it 💖
#csharp