Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C + + Design a class Publication, which has the following member variables: title, number _ of _ pages, year, and price. Derive the following
C Design a class Publication, which has the following member variables: title,
numberofpages, year, and price. Derive the following two classes from this class:
Book class adds a member variable author.
Magazine class adds member variables month and yearlysubscriptionprice.
Include appropriate constructors, and set and get functions for all the classes.
Demonstrate the classes in a complete program.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started