Using Python+00P.pptx and c++intro.ppt, also Chapter 12 of Sebesta. (plus, any other reference I have listed in Classes; or you can google) (If you are more comfortable with Java use that instead of C++) Discuss the following topics and compare and contrast C++ (or Java) with Python3. For each topic give a brief description from each language, show code snippets, discuss where they are common, where they differ and advantages and disadvantages of one language over the other. Topics: Class, Multiple inheritance, Multiple inheritance resolution, Type(); isinstance(), Class, methods; Introspection, Object and Class encapsulation
Sample Solution