oop - Why is Python not fully object-oriented? -
i want know why python not object-oriented. example, not support private, public, protected access level modifiers.
what advantages , disadvantages of this? these expressions, python suitable applications (desktop, scientific, web or other)?
python doesn't support strong encapsulation, 1 of many features associated term "object-oriented".
the answer philosophy. guido doesn't hiding things, , many in python community agree him.
Comments
Post a Comment