A class is a function that helps to create multiple instances of similar objects. This is similar to constructor functions. Classes and Constructor functions are ways of writing reusable code useful when dealing with objects with similar variables. Y...