Question: C# Create a class, called Book with properties for an author, title, keywords, publication date and ISBN. Your book class should allow for multiple keywords.
C#
Create a class, called Book with properties for an author, title, keywords, publication date and ISBN. Your book class should allow for multiple keywords. You can use a string here.
Use a collection for keywords. The collections you have used are array and List. Which is more appropriate when not all books will have the same number of key words?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
