Create a Human class with the following features: Each Human needs a name, an age, and some phrase that they say. Each Human needs appropriate getters and setters for all attributes. For every interaction with this human, increment the age by 1 year. Default constructor with no arguments. Constructor that takes the name, age, and phrase arguments\ Create a driver to demonstrate all of the features of your Human class. The driver is the only class with main(). The driver must create a dynamic array of Human Objects of some user-defined size. This requires prompting the user for a number of Humans to create. Be sure to iterate through your array of Humans. Interact with every Human object. Demonstrate ALL features of the Human class.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter11: Inheritance And Composition
Section: Chapter Questions
Problem 1PE: In Chapter 10, the class clockType was designed to implement the time of day in a program. Certain...
icon
Related questions
Question

C++

Create a Human class with the following features:

  • Each Human needs a name, an age, and some phrase that they say.
  • Each Human needs appropriate getters and setters for all attributes.
  • For every interaction with this human, increment the age by 1 year.
  • Default constructor with no arguments.
  • Constructor that takes the name, age, and phrase arguments\
  • Create a driver to demonstrate all of the features of your Human class. The driver is the only class with main().
    The driver must create a dynamic array of Human Objects of some user-defined size. This requires prompting the user for a number of Humans to create.
    Be sure to iterate through your array of Humans. Interact with every Human object. Demonstrate ALL features of the Human class.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Data members
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr