What is main objective of Component Based Development (CBD) approach?
-
Re usability
-
Portability
-
Functionality
-
Efficiency
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.