UML Tutorial for Beginners
Blog containing resources for uml like lecture notes, lecture videos, lab manual, uml diagrams, objective bits, important questions and more.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Categories: OOAD. 2 Comments on Object Oriented Analysis and Design

During object-oriented analysis, the focus is on finding and describing objects or concepts in the problem domain. For example, in the case of library management system, some of the concepts are Book, Library and Librarian.

 

During object-oriented design, the focus is on defining software objects and how they collaborate to fulfill the requirements. For example, in the library system, a Book software object may have a title attribute and getChapter method.

 

Finally, in Implementation or object-oriented programming, the design objects are implemented as classes like Book class in Java.

 

ooad

 

Reading:

Object Oriented Analysis and Design

Object Oriented Analysis and Design Example – Vending Machine

How useful was this post?

Click on a star to rate it!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Suryateja Pericherla

Suryateja Pericherla, at present is a Research Scholar (full-time Ph.D.) in the Dept. of Computer Science & Systems Engineering at Andhra University, Visakhapatnam. Previously worked as an Associate Professor in the Dept. of CSE at Vishnu Institute of Technology, India.

He has 11+ years of teaching experience and is an individual researcher whose research interests are Cloud Computing, Internet of Things, Computer Security, Network Security and Blockchain.

He is a member of professional societies like IEEE, ACM, CSI and ISCA. He published several research papers which are indexed by SCIE, WoS, Scopus, Springer and others.

Note: Do you have a question on this article or have a suggestion to make this article better? You can ask or suggest us by filling in the below form. After commenting, your comment will be held for moderation and will be published in 24-48 hrs.

2 Comments

You can follow any responses to this entry through the RSS 2.0 feed.

Hi, I was reading tutorials on UML. One thing is disturbing on the pages and that is “Follow Us on the Pag” image. It is hiding some text of the tutorial on the page. As a reader, it looks irritating esp. if the tutorial is well written. Please adjust that image so that the hidden text can be read.

    Hi,

    By “Follow us” you mean the the buttons (facebook,twitter, etc)? Are you using a mobile or a PC or laptop?

Leave a Reply

Your email address will not be published. Required fields are marked *