What is a class ?
3 Likes
A class is a blueprint of a set of objects that have a common structure and common behaviour.
Answered By
What is information hiding ?
What is a method ? Can there be objects without having any methods ?
What is an abstraction ? Can there be multiple abstractions of a real-world entity ?
How are classes and abstraction linked ?