Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What does modularity mean?

a) Overriding parts of program
b) Hiding part of program
c) Wrapping things into single unit
d) Subdividing program into small independent parts

Answer: d
Explanation: Modularity means dividing a program into independent sub programs so that it can be invoked from other parts of the same program or any other program.

Join The Discussion