Problem
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.