What is class?
41 Likes
A class is a blueprint to create objects. It defines data and functions common to all objects of a certain kind.
Answered By
25 Likes
Define objects. Give a real life example to explain objects along with their attributes and behaviour.
What do you understand by the term Polymorphism?
What are operators? Why do we need them?