Question
Question 24 options: During requirements engineering the the team identified the objects and class as follows: The software system stores information about two things: pets
Question 24 options: During requirements engineering the the team identified the objects and class as follows: The software system stores information about two things: pets and owners. A pet has attributes for type,age, bread and color. The owner has attributes for name, address and telephone number. Assume that a pet must be owned by one owner and an owner can own many pets, but an owner might not own any homes. The pets maybe classified into three groups each with special attributes: Dogs with attributes : TypeOfCoat, TypeOfShedding Cats, with attributes: clawType, eyeColor, foodType Lizards, with attributes : color, weight, size (hint: Assume the Superclass is concrete) Answer the following questions: 1) What is type of relationship is between the pet class and the lizard class: 2)How many attributes does a cat have? 3) If we add to our model information about 6 owners, 2 pets, 3 dogs and 1 cat how many instances would we be adding to the system? 4) If a new object (instance) needs to be created and managed through our software and this object represents a bird which class template would be the best to instantiate/create the bird? 5) Is the relationship between owner and pet mandatory? Answer (Yes or No)
plz i need asap
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