Introduction In this document, I will cover the questions asked in inheritance_and_polymorphism.pdf under section 3.10 and write down neat stuff I’ve learned about inheritance by myself. For certain questions and topics, I will also involve the project “School of Java” which is further described in the document above. Private vs Public Classes Aside from the…