Question

    Which of the following is a feature of

    abstraction?
    A It shows only essential details Correct Answer Incorrect Answer
    B It binds code and data Correct Answer Incorrect Answer
    C It provides method overloading Correct Answer Incorrect Answer
    D It allows multiple inheritance Correct Answer Incorrect Answer
    E None of the above Correct Answer Incorrect Answer

    Solution

    Abstraction hides internal implementation and shows only relevant information to the user.

    Practice Next