Classes in Python

Similar class concept as in Java and C++
All functions are virtual
No private/protected variables
(the effect can be "simulated")
Single and multiple inheritance
Everything in Python is a class and works with classes
Class programming is easier and faster than in C++ and Java (?)

previousnexttable of contents