Create a program that implements a feature like a library. In a library objects were categorized as Journal, Book and Audiobook.
These 3 objects of the library object has 2 common properties in them which are Title and Publisher.
And also each of the objects has its own special properties with in them: Journal has AuthorNumber, Book has an NumberOfPages, AccessionNumber and ISBNumber and AudioBook has DurationInMinutes.
On your Program class inside the Main method, implement a code that you can add any objects of Book, Journal or AudioBook on list of library item.