Question: PLEASE help!!!! Can someone please help me with these files. I need help with Hayden.h, Noble.h, Hayden.cpp, and Noble.cpp. Please help me and explain. Also,
PLEASE help!!!! Can someone please help me with these files. I need help with Hayden.h, Noble.h, Hayden.cpp, and Noble.cpp. Please help me and explain. Also, I use Visual Studio to run the program. I will give you thumbs up if you can correctly help me with this question. Please read carefully. Thanks!!!!!!!!! 

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 displayBookinfo ) (virtual method of parent class Book) File: Noble.h (5 points) // 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) 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 displayBookinfo ) (virtual method of parent class Book) File: Noble.h (5 points) // 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
