Jump to content

How will you determine the number of modules in the program?


GSR

Recommended Posts

How do you pre determine the number of module at the analyzing (beginning) phase of the program?

Should I consider that LV is similar to other OOP like Java?

Is there a specific reason you need to know the number of modules? The design and architecture of a system can be done without any knowledge of the language that will be used to implement the design. Naturally you need to have an idea if you are going to use OO or not however you can design a system using UML and still not use an OO language to implement it. It is not easy but it is possible. The abstraction of the system shouldn't depend on the language used to implement it.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.