What are the advantages of modularity?



What are the advantages of modularity?..

Answer / Sunil Yadav

1) Reusability: Modular programming allows code to be reused, reducing redundancy and increasing efficiency. 2) Maintenance: Modules can be developed, tested, and maintained separately, making it easier to update or fix any issues without affecting the entire program. 3) Understandability: Smaller modules are more manageable and easier to understand compared to monolithic codebases.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What are the disadvantages array implementations of linked list?

1 Answers  


How does variable declaration affect memory allocation?

1 Answers  


Explain the Queue

1 Answers   Tech Mahindra,


Define rehashing?

1 Answers  


Which programming language is best for data structures?

1 Answers  


Why is selection sort used?

1 Answers  


Which is the parent class of linkedhashset class?

1 Answers  


What do u mean by data type?

1 Answers  


Define primary data structures?

1 Answers  


Mention some drawbacks of the linked list.

1 Answers  


How do you use the sort function?

1 Answers  


Is char array null terminated?

1 Answers  


Categories