Advantage and Disadvantages of Top-down Programming - Learn Java - The Java Concepts Part
Advantages of top-down programming :
Programming team stays focused on the goal.
Everyone knows his or her job.
By the time the programming starts there are no questions.
Code is easier to follow, since it is written methodically and with purpose.
Disadvantages of top-down programming:
Top-down approach may complicate testing, since nothing executable will exist until the end of the project.
You have to provide a clear goal description in advance because all decisions depend on it.
Learn Java — The Java Concepts
Relative topics —
Introduction Structured Vs Object Oriented Programming
Top-Down and Bottom-up Approaches
Advantages of top-down programming
Disadvantages of top-down programming
Why Object Oriented Approach and Features of object oriented programming ?
Comments
Post a Comment
Remember to keep Comments Respectfully