Hi all,
In this video learn about abstract classes and abstract methods in python
to declare a class as abstract we use ABC which is imported from abc module and to declare a method as abstract we use @abstractmethod we cannot create objects for abstract classes, we can create objects only using a concrete class. Abstract classes should have at least one abstract method. Abstract methods are declared inside an abstract class but not defined and these abstract methods must be implemented in a derived class using the inheritance concept
On this page of the site you can watch the video online Abstract class and Abstract method in Python || Python programming || Inheritance. with a duration of hours minute second in good quality, which was uploaded by the user Hari charan 02 April 2023, share the link with friends and acquaintances, this video has already been watched 25 times on youtube and it was liked by 1 viewers. Enjoy your viewing!