Abstract class concept in python and python3

Опубликовано: 07 Июнь 2026
на канале: Raja Rawal
1,324
3

Python has not automatically make abstract class.
if we want make abstract , we have to import packages define by python.
Abstract class: In class if any function which is abstract that means not definition .
If we inherit the those class then we must define the abstract method other these is also become abstract.