Embed presentation
Download to read offline






Object-oriented development (OOD) involves identifying and organizing an application's objects, relationships, and behaviors prior to implementation. There are three stages: analysis identifies user requirements and models the problem using real-world objects; design groups these objects into classes and defines relationships; implementation translates the design into code using a programming language and tests to identify and remove errors.





