Question

    What is a key feature of object-oriented

    programming?
    A Functions Correct Answer Incorrect Answer
    B Objects Correct Answer Incorrect Answer
    C Loops Correct Answer Incorrect Answer
    D Data Correct Answer Incorrect Answer

    Solution

    Object-oriented programming (OOP) is based on the concept of objects, which are instances of classes.

    Practice Next