Text
Text
- A programming paradigm based on the concept of objects, which can contain data
and methods. It aims to model real-world entities and relationships.
10. **What is the difference between instance variables and class variables?**
- Instance variables are specific to each object, while class variables are
shared across all instances of the class.