Computer Science, asked by PragyaTbia, 1 year ago

What is modularity?
(Topic: OOP Concept)

Answers

Answered by gratefuljarette
0

Modularity:

  • Modularity is a concept which means any system can be broken down in several modules. In OOPS i.e. object-oriented programming, modularity is achieved by the classes. In a class, we can see different modules in a class such as different libraries that are kept in the header file.
  • The advantage of a modular system is that we can test individual modules and can integrate them at the end. The disadvantage of this system is that sometimes the number of modules created complexity.

Learn more about modularity:

Characteristics of modular programming

https://brainly.in/question/9942031

Similar questions