0

I'm taking a data structures class right now, and we have a programming assignment. One of the guidelines is to keep code 'modular,' about a page per module. We never used this term in my programming class, and I can't really tell if 'module' in this case refers to class, method, or some other concept. Is the concept of a module in Java established, and if so, what does it refer to? Thanks in advance.

  • Java does not currently have a formal concept of "module"; Project Jigsaw will add them in Java 9. – Andy Turner Jun 26 '16 at 18:43
  • I think in this context it means some classes which belong to together e.g. when you have some classes which are responsible for persisting objects. – wake-0 Jun 26 '16 at 18:44
  • I think your question would be better if it was "what does modular mean", it will make it language semi-agnostic too – niceman Jun 26 '16 at 18:47
  • Thanks all. niceman, my question has been marked as duplicate, but I asked this one separately because in that response the comments were that it depended on language! :-) – oldchemist Jun 26 '16 at 18:50

0 Answers0