COURSES
MBAData Science & AnalyticsDoctorate Software & Tech AI | ML MarketingManagement
Professional Certificate Programme in HR Management and AnalyticsPost Graduate Certificate in Product ManagementExecutive Post Graduate Program in Healthcare ManagementExecutive PG Programme in Human Resource ManagementMBA in International Finance (integrated with ACCA, UK)Global Master Certificate in Integrated Supply Chain ManagementAdvanced General Management ProgramManagement EssentialsLeadership and Management in New Age BusinessProduct Management Online Certificate ProgramStrategic Human Resources Leadership Cornell Certificate ProgramHuman Resources Management Certificate Program for Indian ExecutivesGlobal Professional Certificate in Effective Leadership and ManagementCSM® Certification TrainingCSPO® Certification TrainingLeading SAFe® 5.1 Training (SAFe® Agilist Certification)SAFe® 5.1 POPM CertificationSAFe® 5.1 Scrum Master Certification (SSM)Implementing SAFe® 5.1 with SPC CertificationSAFe® 5 Release Train Engineer (RTE) CertificationPMP® Certification TrainingPRINCE2® Foundation and Practitioner Certification
Law
Job Linked
Bootcamps
Study Abroad
Master of Business Administration (90 ECTS)Master of Business Administration (60 ECTS)Master in Computer Science (120 ECTS)Master in International Management (120 ECTS)Bachelor of Business Administration (180 ECTS)B.Sc. Computer Science (180 ECTS)MS in Data AnalyticsMS in Project ManagementMS in Information TechnologyMasters Degree in Data Analytics and VisualizationMasters Degree in Artificial IntelligenceMBS in Entrepreneurship and MarketingMSc in Data AnalyticsMS in Data AnalyticsMaster of Science in AccountancyMS in Computer ScienceMaster of Science in Business AnalyticsMaster of Business Administration MS in Data ScienceMS in Information TechnologyMaster of Business AdministrationMS in Applied Data ScienceMaster of Business AdministrationMS in Data AnalyticsM.Sc. Data Science (60 ECTS)Master of Business AdministrationMS in Information Technology and Administrative Management MS in Computer Science Master of Business Administration MBA General Management-90 ECTSMSc International Business ManagementMS Data Science MBA Business Technologies MBA Leading Business Transformation Master of Business Administration MSc Business Intelligence and Data ScienceMS Data Analytics MS in Management Information SystemsMSc International Business and ManagementMS Engineering ManagementMS in Machine Learning EngineeringMS in Engineering ManagementMSc Data EngineeringMSc Artificial Intelligence EngineeringMPS in InformaticsMPS in Applied Machine IntelligenceMS in Project ManagementMPS in AnalyticsMS in Project ManagementMS in Organizational LeadershipMPS in Analytics - NEU CanadaMBA with specializationMPS in Informatics - NEU Canada Master in Business AdministrationMS in Digital Marketing and MediaMS in Project ManagementMaster in Logistics and Supply Chain ManagementMSc Sustainable Tourism and Event ManagementMSc in Circular Economy and Sustainable InnovationMSc in Impact Finance and Fintech ManagementMS Computer ScienceMS in Applied StatisticsMS in Computer Information SystemsMBA in Technology, Innovation and EntrepreneurshipMSc Data Science with Work PlacementMSc Global Business Management with Work Placement MBA with Work PlacementMS in Robotics and Autonomous SystemsMS in Civil EngineeringMS in Internet of ThingsMSc International Logistics and Supply Chain ManagementMBA- Business InformaticsMSc International ManagementMBA in Strategic Data Driven ManagementMaster of Business AdministrationMSc Digital MarketingMBA Business and MarketingMaster of Business AdministrationMSc Digital MarketingMSc in Sustainable Luxury and Creative IndustriesMSc in Sustainable Global Supply Chain ManagementMSc in International Corporate FinanceMSc Digital Business Analytics MSc in International HospitalityMSc Luxury and Innovation ManagementMaster of Business Administration-International Business ManagementMS in Computer EngineeringMS in Industrial and Systems EngineeringMSc International Business ManagementMaster in ManagementMSc MarketingMSc Business ManagementMSc Global Supply Chain ManagementMS in Information Systems and Technology with Business Intelligence and Analytics ConcentrationMSc Corporate FinanceMSc Data Analytics for BusinessMaster of Business AdministrationMaster of Business Administration 60 ECTSMaster of Business Administration 90 ECTSMaster of Business Administration 60 ECTSMaster of Business Administration 90 ECTSBachelors in International ManagementMS Computer Science with Artificial Intelligence and Machine Learning ConcentrationMaster of Business Administration
For College Students

Why Object Oriented Analysis and Design (OOAD) is Important?

$$/$$

In the next video, you will learn what OOAD is and why it is required at the first place.

$$/$$

Video Transcript

 

In this module we will see the what and why of object oriented analysis and design. We all try to build different products, be it physical or digital. Let's say for example, like the one the most commonly we use everyone use a phone. Let's say I give you all the resources for a phone, be it chipset, battery, screen and stuff. Can we really build a phone if I have all the resources that I need? Or let's take an example of say a digital product. Let's say I want to build an app. I want to build WhatsApp I know how it works. I have seen an equivalent and I give you everything. Can we really build it? It's not straight as straightforward as you see. So where do we get started? That's where object oriented analysis is very, very fundamental. You first try to understand what needs to be developed. That's what is part you call as analysis. You analyze what needs to be done. And once post the analysis part, you actually design what needs to be done. For example, let's say I have an app and in my app we visualize that my app needs to be doing so many functionalities. So I need a button here, I need a menu here and stuff like that. And if I need all these, I need to do a design on top of this to implement so that it starts working. So that's where to build any product. The moment we have a requirement, the very first step becomes my object oriented analysis and design.

 

Video Recap

 

  • Object Oriented Analysis and Design (OOAD) is a structured methodology for analyzing, designing, and developing software systems.

  • OOAD is based on the principles of object-oriented programming, which emphasizes using objects to represent real-world entities and relationships between them.

  • It helps to break down the requirements of a product into smaller, more manageable components to identify the necessary objects and their properties, behaviors, and relationships.

  • OOAD provides a systematic approach to create high-quality, maintainable, and reusable software.

  • OOAD is fundamental in the software development process as it enables developers to better understand what needs to be developed and how to design and implement the system.

 

So now you know what is OOAD. Whenever you want to build a complex product, be it a physical or digital, the first step should be OOAD. OOAD is composed of two parts, 'Analysis' and 'Design'. The analysis is done during the requirement gathering part, where you work with the users of the system or the software to define the functionality of the system. Post analysis, you design the system by refining the analysis models created during the analysis phase.

 

In brief, the analysis answers the 'what' part of the software development, where you define what functionality that the software needs to perform. And the design answers the 'how' part of the software development, where you define how those functionalities will be implemented.

 

So now you know what is OOAD and what Analysis and Design mean. In the next video, you will see why you need to use object-oriented analysis and design.

$$/$$

In the previous video, you saw that OOAD is required for the following purposes:

  1. To keep all stakeholders on the same page - Suppose you want to build a chatting app, called WhatsApp. If you just say that you want to build a chatting app, which can be used to chat with others, it will be very difficult for others to really understand what you want to build. But if you clear lay down all the requirements and design for that product, it makes a lot easier to convey your thoughts to others.
  2. Help the product evolve - OOAD helps you draw a blueprint of your system. This blueprint helps you visualize the system at a very high level. If you want to evolve your system, you can easily find out what components of your system need to be modify and what new components need to be added.
  3. Transfer knowledge - As OOAD helps you draw a blueprint of your system, it will be a lot easier to explain what and how your system works internally rather than showing them the source code, which may not make sense.
$$/$$

Now you know what OOAD is and why you need it. In brief, object-oriented analysis and design is the first step in developing any system.