GSR Posted November 16, 2009 Report Share Posted November 16, 2009 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? Quote Link to comment
Mark Yedinak Posted November 16, 2009 Report Share Posted November 16, 2009 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. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.