C Sharp (C#) - Classes and Objects
You want to model a
Book with a title and author, and a method to display its info. Why is using a class better than separate variables?