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

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -