Abstract methods in python - is this a good way ?)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Philipp H. Mohr

    #1

    Abstract methods in python - is this a good way ?)

    Hello,

    I would like to use abstract methods in python to force some of the
    classes to implement common methods.

    I found this web page and wonder if it is a good way of implementing them:




    Also could some one please tell me what the type class is which

    class Metaclass (type):

    is inheriting from.

    Thank you,
    Phil
Working...