filmov
tv
Abstraction in Python - Abstract Classes and Abstract Methods (Python Tutorial - Part 56)

Показать описание
In this session, I have explained and practically demonstrated about Abstraction in Python.
The following topics are covered in this session:
- What is Abstraction?
- How Abstraction is possible in Python?
- Abstract Classes and Abstract Methods in Python
- Pre-defined ABC Abstract class
- @abstractmethod annotation
- Creating objects for Abstract Classes
- Why child classes need to implement the abstract methods in parent abstract class
- Creating constructors in Abstract Classes