Single Choice Easy

QHow does OOP contribute to code reusability?

ID: #20076 Basic Concept of OOP 108 views
Question Info
#20076Q ID
EasyDifficulty
Basic Concept of OOPTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A By avoiding the creation of classes
  • B By creating unrelated objects
  • C By organizing code into independent and reusable classes
  • D By using monolithic structures
Correct Answer

Explanation

OOP promotes code reusability by organizing code into independent classes, allowing developers to reuse classes in different parts of an application.

Share This Question

Challenge a friend or share with your study group.