Podcast
Questions and Answers
Which of the following best describes object-oriented programming?
Which of the following best describes object-oriented programming?
- A programming technique that uses objects to organize code
- A programming concept that uses objects to achieve polymorphism
- A programming language that uses objects as its main data structure
- A programming paradigm that focuses on objects and their interactions (correct)
Which of the following is a key feature of object-oriented programming?
Which of the following is a key feature of object-oriented programming?
- Parallel processing
- Inheritance (correct)
- Functional programming
- Recursion
What is the main advantage of object-oriented programming?
What is the main advantage of object-oriented programming?
- Greater memory efficiency
- Simpler syntax
- Faster execution speed
- Code reusability (correct)