Question

    Breaking down a large program into smaller modules to

    simplify its complexity is called:
    A Abstraction Correct Answer Incorrect Answer
    B Modularity Correct Answer Incorrect Answer
    C Encapsulation Correct Answer Incorrect Answer
    D Segmentation Correct Answer Incorrect Answer
    E None of these Correct Answer Incorrect Answer

    Solution

    Modularity simplifies programs by breaking them into smaller, manageable components.  

    Practice Next