Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. The process of extracting the relevant attributes of an object is known as

  2. A.
    polymorphism
    B.
    inheritance
    C.
    abstraction
    D.
    data hiding

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Abstraction is the process of extracting the relevant properties of an object while ignoring nonessential details. The extracted properties define a view of the object.


Be The First To Comment