---
title: "IN OOPS NEXT COME CLASSES"  
description: "Hope my earlier explanation about object is understood to everyone.  Now, i am going to discuss next about classes.    let us take e.g. from real worl"  
author: "ANkita gupta"  
published: 2015-04-28  
updated: 2018-02-23  
canonical: https://www.mindstick.com/blog/10875/in-oops-next-come-classes  
category: "java"  
tags: ["oops"]  
reading_time: 1 minute  

---

# IN OOPS NEXT COME CLASSES

Hope my earlier [explanation](https://yourviews.mindstick.com/view/84608/what-are-hindenburg-s-allegations-against-adani-detailed-explanation) about object is understood to everyone.\
Now, i am going to discuss next about classes.\

\
let us take e.g. from real world i.e. Car. here, car has many types but kind is same.All of the same make and model.\

\
Each Car is made of same [prototype](https://www.mindstick.com/news/2386/every-detail-regarding-twitter-leak-of-xiaomi-outfolding-smartphone-prototype) or blueprint and therefore, contains same components.\

\
In OOPS, we can say car is an [instance](https://www.mindstick.com/forum/1739/object-reference-is-not-set-to-an-instance-of-an-object-error-in-my-code) of the [class](https://www.mindstick.com/blog/165/generic-class-in-c-sharp) of the [objects](https://www.mindstick.com/forum/145447/what-are-objects) knows as"CARS".

\
So, class is the prototype from which individual objects are created. \
I [repeat](https://www.mindstick.com/forum/145518/what-automatic-repeat-request-arq) my earlier e.g. over here i.e. class car which i posted in earlier post.\
i just want to [explain](https://www.mindstick.com/forum/157854/what-is-system-debugging-explain-some-system-debugging-tools-used-in-modern-computer-systems) that the field cadence, speed, gear , music [system](https://www.mindstick.com/articles/23411/the-most-effective-method-to-find-the-perfect-small-business-phone-system-for-your-business) volume all represents the state & the [method](https://www.mindstick.com/forum/166/webservice-method) change cadence, change gear, change speed, change volume defines its [interaction](https://yourviews.mindstick.com/view/80771/technology-is-destroying-human-interaction-how) from outside world.\

\
Here, you may noticed that car doesn't contain a main method, that is because it just a prototype not a complete application.\
In next post i will explain this prototype with e.g.

---

Original Source: https://www.mindstick.com/blog/10875/in-oops-next-come-classes

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
