List and explain any four object-oriented characteristics possessed by Python
Python is an object-oriented programming language that supports the key principles of object-oriented design. These characteristics help in creating modular, reusable, and structured code. The four main object-oriented characteristics possessed by Python are: 1. Encapsulation Encapsulation is the process of…