"Nothing in life is to be feared, it is only to be understood."
- Marie Curie
25.
The process of extracting the relevant attributes of an object is known as
[A].
polymorphism
[B].
inheritance
[C].
abstraction
[D].
data hiding
Answer: Option B
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.