Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions Icon

Related questions

bartleby

Concept explainers

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
Check Mark
Knowledge Booster
Background pattern image
Computer Science
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
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education