0 votes
in JAVA by
Among the following, which statement is correct about the Modularity?

(i) Modularity means hiding the parts of the program

(ii) Modularity refers to dividing a program into subsequent small modules or independent parts

(iii) It refers to overloading the program's part

(iv) Modularity refers to wrapping the data and its functionality into a single entity

1 Answer

0 votes
by

(ii) Modularity refers to dividing a program into subsequent small modules or independent parts

Related questions

0 votes
asked Jan 24, 2021 in JAVA by rajeshsharma
0 votes
asked May 21, 2020 in JAVA by GeorgeBell
...