The term black box is associated with
-
class
-
object
-
encapsulation
-
inheritance
-
polymorphism
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.