Top Categories

Abstract Class and Abstract Method in Python
  • Category:
  • Sub Category:
  • Tutorial
  • telusko
  • Django
  • Python
  • blockchain
  • navin
  • reddy
  • Java
No Views

Method which is decorated with @abstractmethod and does not have any definition. Python Don't support Abstract class, So we have ABC(abstract Base Classes) Module, so we can use here to achieve abstract classes. And will see what is abstract class and why we need it. An abstract class can be cons

Comments

You Might Be Interested In