Virtual pet class

Write a program that creates a simple virtual pet class with attributes for name (string), health (int), andhappiness (int). Use a default constructor and an overloaded constructor that provides the constructor with thename parameter. Create an object of each and...