Python's ABC (Abstract Base Class) in 2 Minutes

preview_player
Показать описание
#abc #python #pythonprogramming #abstractbaseclass

🖐Hey, want to know about abstract base classes in Python? In this video, you'll be able to learn about abstract base classes in 2 minutes.

Subscribe to @2MinutesPy for more such videos.
Рекомендации по теме
Комментарии
Автор

Cool concept. I can’t wait to see more! Keep up the good work!

DaltonWright-fzye
Автор

thank you! It's a really cool concept

tobsfavela
Автор

Nice video. Didn't know about abstract baseclasses. Keep 'em coming.

shinchikichin
Автор

What a great youtube channel. How am i only just getting recommended this

Ubliquity
Автор

How is this any different than creating your own abstract base class then inheriting from that class when you create a child class Apple or orange referencing (your own parent class fruit) without the abc package ?

cyberlando