---
title: "What is a Class?"  
description: "What is a Class?"  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/77/what-is-a-class  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# What is a Class?

Class is a template for a set of objects that share a common structure and a common behaviour

## Answers

### Answer by vediappan ks

class is a building(methods, objects and constructor)

### Answer by Amit Singh

Class is a template for a set of objects that share a common structure and a common behaviour

### Answer by Pushpendra Singh

Class is a template for a set of objects that share a common structure and a common behaviour.


---

Original Source: https://www.mindstick.com/interview/77/what-is-a-class

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
