Description

So take for example, a book. You can describe the object characteristics of the book, for example its author, its title, its year of publication, etc. All these details that are used to define the object are put in what is called a class. (A class is just a way of describing an object using code). Below is an example of a book class: ................
................