Podcast
Questions and Answers
Which of the following is NOT a feature of Python OOP?
Which of the following is NOT a feature of Python OOP?
- Operator Overloading (correct)
- Multiple Inheritance
- Inheritance
- Class
Which of the following is used for handling errors in Python?
Which of the following is used for handling errors in Python?
- User-Defined Exception
- File Operation
- Python Directory
- Python Exception (correct)
What is the purpose of a Python package?
What is the purpose of a Python package?
- To handle file operations
- To define user-defined exceptions
- To perform object-oriented programming
- To store Python modules (correct)