Question: **EASY QUESTION** PLEASE ANSWER AND I WILL GIVE YOU ALL MY CHEGG POINTS!!!!!!!!!!!! ANSWER IN C++ USE THE DIAGRAM BELOW TO HELP YOU!!! Q1: Create
**EASY QUESTION** PLEASE ANSWER AND I WILL GIVE YOU ALL MY CHEGG POINTS!!!!!!!!!!!! ANSWER IN C++

USE THE DIAGRAM BELOW TO HELP YOU!!!

Q1: Create Hayden and Noble classes - Subclasses of Book Class (Inheritance) (10 points) File: Hayden.h (5 points) // Q1a: Create Hayden Class // Part 1: Create a child class of the Book class named Hayden // Part2: Declare constructor which accepts the same 3 parameters as the parent class Book. // Pass the 3 parameters to the super constructor in the Book class. // Part 3: Re-declare the method displayBooklnfo () (virtual method of parent class Book) File: Noble.h (5pointsl // Q1b: Create Drama Class // Part 1: Create a child class of the Book class named Noble // Part2: Declare constructor which accepts the same 3 parameters as the parent class Book. // Pass the 3 parameters to the super constructor in the Book class. // Part 3: Re-declare the method displayBooklnfo () (virtual method of parent class Book)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
