Seite 1 von 1

Abstract classes

Verfasst: Freitag 2. Mai 2014, 07:42
von Tariiq
Hello am new to python and i have a background of java.. How do we do Abstract classes and interfaces in python..please help mi

Re: Abstract classes

Verfasst: Freitag 2. Mai 2014, 09:36
von Sirius3
@Tariiq: Python is totally different to Java. There is no such thing as abstract classes and interfaces. And you probably won't miss them. You can use normal classes instead, but need inheritance much less than with java. Don't try to write java-code with python-syntax, learn python as something totally new.

Re: Abstract classes

Verfasst: Sonntag 18. Mai 2014, 09:45
von Tariiq
:lol: thanks alot sirius3...i got it am now knoledgable about that...