Create a base class titled ReadingMaterial. Include subclasses of Book and Magazine. Define an interface called IPrintable

Question:

Create a base class titled ReadingMaterial. Include subclasses of Book and Magazine. Define an interface called IPrintable that has a method describing how it is available as a hard copy form of publication.

Design your classes so that common characteristics are placed in the ReadingMaterial class. Include a presentation class to test your design.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: