इनमें से कौन सी परिभाषा मॉड्यूल का सही वर्णन करती है?
Which of these definitions correctly describes a module ?
A
Denoted by triple quotes for providing the specification of certain program elements
B
Design and implementation of specific functionality to be incorporated into a program
C
Defines the specification of how it is to be used
D
Any program that reuses code
Explanation
Correct Answer: B) Design and implementation of specific functionality to be incorporated into a program