Identify three objects that might belong to each of the following classes: a. Automobile b. Nonvolatile c. Collectors The students will have a variety of answers for these questions. Some examples might be: a. myRedChevroletCamaro, theBlackfordMustangWlthTheDentThatBobDrlves. Topographer’s 1 Administration’s b. Terry Brooks, Steven King, Ray Bradbury c. English Composition, Calculus, Physics 2. Identify three different classes that might contain each of these objects: a.

Wolfgang Amadeus Mozart b. My pet cat named Socks c. Apartment 14 at 101 Mall Street The answers to this question will also vary. Some examples are: a. Musicians, composers, baroque music performer b. Animals, domestic pets, felines d. Building, housing, locations 3. Design a class named Streptococcus that holds a customer number, name, and address. Include methods to set the values for each data field and print the values for each data field. Create the class diagram and write the pseudopodia that defines the class. Ass Streptococcus private mum Customariness private char Name private char Address public accoutrement’s (mum Number) Customariness = Number return public stamen (char Newman) Name=Newman Address=needless 4. Design a class named House that holds the street address, price, number of bedrooms, and number of baths in a House. Include methods to set the values for each data field. In the set methods, do not allow the price, bedrooms, or baths to be negative. Include a method that displays all the values for a House.

Hire a custom writer who has experience.
It's time for you to submit amazing papers!


order now

Create the class diagram and write the pseudopodia that defines the class. Class House private mum Price private mum Bedrooms private mum Baths public Straddles(char needless) public Esoteric(mum neoprene) if neoprene>O then Price=neoprene ended public Storerooms(mum numerous) if numerous > O then Bedrooms=numerous public Staterooms(mum anabases) if anabases > O then Baths=anabases public prints print Address, Price, Bedrooms, Baths amount borrowed, term, and interest rate. Include methods to set values for each data field.

In the set methods, do not allow the amount borrowed to be negative or over $100,000, the term to be over 30 years, or the interest rate to be over 17%. Also Include a method that prints all the loan information. Create the class diagram and “rite the pseudopodia that defines the class. Class Loan private mum Accoutrement private mum Amount private mum Term private mum Rate public accouterments(mum number).