Question: What is the relationship between abstraction and encapsulation?

  1. Abstraction is about making relevant information visible, while encapsulation enables a programmer to implement the desired level of abstraction.
  2. Abstraction and encapsulation are essentially the same.
  3. Abstraction and encapsulation are unrelated.
  4. Encapsulation is about making relevant information visible, while abstraction enables a programmer to implement the desired level of encapsulation.

Answer: The correct answer of the above question is Option A:Abstraction is about making relevant information visible, while encapsulation enables a programmer to implement the desired level of abstraction.