Abstract classes

Wenn du dir nicht sicher bist, in welchem der anderen Foren du die Frage stellen sollst, dann bist du hier im Forum für allgemeine Fragen sicher richtig.
Antworten
Tariiq
User
Beiträge: 12
Registriert: Freitag 2. Mai 2014, 07:33

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
Sirius3
User
Beiträge: 17754
Registriert: Sonntag 21. Oktober 2012, 17:20

@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.
Tariiq
User
Beiträge: 12
Registriert: Freitag 2. Mai 2014, 07:33

:lol: thanks alot sirius3...i got it am now knoledgable about that...
Antworten