Multiple choice technology programming languages

What is main objective of Component Based Development (CBD) approach?

  1. Re usability

  2. Portability

  3. Functionality

  4. Efficiency

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Component Based Development (CBD) primarily aims to create software components that can be reused across different applications and systems. This reusability reduces development time, minimizes code duplication, and improves maintainability by allowing components to be plugged into various projects without rewriting code.