

an object is created) memory is allocated.Ī class is defined in C++ using keyword class followed by the name of class. When a class is defined, no memory is allocated but when it is instantiated (i.e.

There may be many cars with different names and brand but all of them will share some common properties like all of them will have 4 wheels, Speed Limit, Mileage range etc. A C++ class is like a blueprint for an object.įor Example: Consider the Class of Cars. It is a user-defined data type, which holds its own data members and member functions, which can be accessed and used by creating an instance of that class. ISRO CS Syllabus for Scientist/Engineer ExamĬlass: A class in C++ is the building block that leads to Object-Oriented programming.

ISRO CS Original Papers and Official Keys.GATE CS Original Papers and Official Keys.
