Single Choice Easy

QWhat is encapsulation in the context of modular programming?

ID: #20065 Modular Programming 113 views
Question Info
#20065Q ID
EasyDifficulty
Modular ProgrammingTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Exposing internal details of a module
  • B Combining unrelated functions in a module
  • C Hiding internal details and exposing a well-defined interface
  • D Avoiding the use of modules
Correct Answer

Explanation

Encapsulation involves concealing the internal workings of a module and exposing only a well-defined interface to interact with the outside world.

Share This Question

Challenge a friend or share with your study group.