The following question deals with Object Oriented Programming in Python Pseudocode into a flowchart. The question: Design a class named Pet, which should have the following fields: name- holds name of the pet type-holds the type of animal the animal age-holds age of animal The Pet class should also have the following methods: setName: stores string value in the name field setType: stores string value in the type field  setAge: stores integer value in age field getName: returns value of the name field getType: returns value of the type field getAge: returns value of the age field. Once you have created the class, design a program in flowchart form that creates an object of the class and prompts the user to enter the name, type, and age of his or her pet. This data should be stored in the object. Use the object's accessor methods to retrieve the pets name, type, and age and display this data on screen. Also, the class methods should each be illustrated as separate functions. The flowchart details need to be written as pseudocode. All I need is the flowchart with this program in it. Thank you for giving your time to answer this question. My textbook does not show me how to put it in a flowchart. If this question is lacking details you need, please leave feedback on it.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter11: Advanced Inheritance Concepts
Section: Chapter Questions
Problem 8RQ
icon
Related questions
Question
100%

The following question deals with Object Oriented Programming in Python Pseudocode into a flowchart.

The question: Design a class named Pet, which should have the following fields:

  • name- holds name of the pet
  • type-holds the type of animal the animal
  • age-holds age of animal

The Pet class should also have the following methods:

  • setName: stores string value in the name field
  • setType: stores string value in the type field 
  • setAge: stores integer value in age field
  • getName: returns value of the name field
  • getType: returns value of the type field
  • getAge: returns value of the age field.

Once you have created the class, design a program in flowchart form that creates an object of the class and prompts the user to enter the name, type, and age of his or her pet. This data should be stored in the object. Use the object's accessor methods to retrieve the pets name, type, and age and display this data on screen. Also, the class methods should each be illustrated as separate functions. The flowchart details need to be written as pseudocode. All I need is the flowchart with this program in it.

Thank you for giving your time to answer this question. My textbook does not show me how to put it in a flowchart. If this question is lacking details you need, please leave feedback on it.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 11 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT