Multiple choice

The term black box is associated with

  1. class

  2. object

  3. encapsulation

  4. inheritance

  5. polymorphism

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Encapsulation binds the functions of a program with data. It is a characteristic feature of object oriented programming language. The encapsulated object behaves as if it is a black box.