Question:
What are class and object?
Answer
Class:Classes are intended to represent those real-life items that coder like to manipulate within an application.
object: An instance of class is called object.