Monday 4 July 2016

On 00:54 by Unknown in    No comments
Two popular approaches to programming design are the structured approach and the object-oriented approach, which are outlined  below.
Structured Programming
Dividing a problem into smaller subproblems is called structured design. Each subproblem is then analyzed, and a solution is obtained to solve the subproblem. The solutions to all of the subproblems are then combined to solve the overall problem. This process of imple- menting a structured design is called structured programming. The structured-design approach is also known as top-down design, bottom-up design, stepwise refinement, and modular programming.
Object-Oriented Programming
Object-oriented design (OOD) is a widely used programming methodology. In OOD, the first step in the problem-solving process is to identify the components called objects, which form the basis of the solution, and to determine how these objects interact with one another. For example [...] for more detail visits below link

0 comments:

Post a Comment