Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This phase is the discovery phase, no coding is required. You will be using your knowledge of object oriented principles to complete this phase. List
This phase is the discovery phase, no coding is required. You will be using your knowledge of object oriented principles to complete this phase.
- List all of the classes you will need to capture the data required for the project. Be sure to label each class as concrete or abstract as well as all child classes that will inherit from a parent class. Be sure to include the following for each class:
- The name of the class and whether it is concrete or abstract
- If the class is inheriting, the name of the parent class
- A list of all properties in the class
- A list of all methods in the class and a brief description of the functionality of the method. You do not need to include the signature at this time. Some examples:
- GetCustomer is a method that will retrieve all customer data for a given customer
- UpdateInventory is an abstract method used to update the various types of inventory items
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started