---
title: "OOPS????"  
description: "OOPS????"  
author: "ANkita gupta"  
published: 2015-04-26  
updated: 2015-04-27  
canonical: https://www.mindstick.com/forum/23144/oops  
category: "oops"  
tags: ["c#", ".net", "oops"]  
reading_time: 2 minutes  

---

# OOPS????

Object [Oriented Programming](https://www.mindstick.com/forum/162/object-oriented-programming-oop-s) is quiet interesting [language](https://www.mindstick.com/startup/28/preply-the-fast-growing-platform-transforming-language-learning) to handle [programs](https://www.mindstick.com/forum/157528/how-exceptions-can-be-handled-in-sql-server-programs) in more compatible and stylish way. It relates with real world examples.Before talk in computer language i would like to give some examples which relate from real world like dog, chair etc.first of all, we have to understand what is object?object which has two [features](https://www.mindstick.com/articles/12993/5-advanced-features-for-your-odoo-ecommerce-theme) i.e. state of the object and [behavior](https://www.mindstick.com/forum/159354/runtimeexception-and-exception-behavior) of the object.let us [explore](https://yourviews.mindstick.com/view/85472/man-of-iron-vallabhbhai-patel-explore-it-here) the e.g. dogdog has state like color, breed, gender, name ,hungry. i think these are the possible states in case of dog,while for behavior its barking, taming tail, playing.similarly, all this happen in programming we first write down all possible state which relate with that object then write the program with help of syntax assigned,.In computer programming their is state cd. fields and behavior cd. [methods](https://www.mindstick.com/articles/13060/runny-nose-remedy-methods-that-work-best).the process which hide state or feild and allow or access only methods that is cd. [data encapsulation](https://answers.mindstick.com/qa/30565/what-is-data-encapsulation).That is sufficient to understand what is object and how to write program object oriented based.In next post i will come with some example generate by me , if i struck in any [problem](https://yourviews.mindstick.com/view/81399/tackling-the-problem-of-unemployment-during-corona-pandemic) then please correct me at that place , feel free to give your suggestion regarding my explaination...

## Replies

### Reply by ANkita gupta

Thanks everyone for giving suggestion, i will do much better in this field .

### Reply by John Smith

Few Articles on OOPS: \
\
http://www.mindstick.com/Articles/74da6398-74cd-4f47-be3c-5511439bf88e/Introduction%20to%20OOPS%20Object%20oriented%20Programming%20System#.VT4GEZMSwX8\
\
http://www.mindstick.com/Articles/241cefdd-8815-45ec-bdb4-9f19caea1303/Introducing%20Polymorphism%20C#.VT4W7JMSwX9\
\
http://www.mindstick.com/Articles/98d42f70-9ece-4a8a-aea5-91f0e31828c5/Inheritance%20in%20C%20Sharp#.VT4GG5MSwX8\

### Reply by Anonymous User

Very Correct Ankita very neatly explain!!Try to explore more about OOPS principals like abstraction and Encapsulation,that will make your concepts more clear

### Reply by Samuel Fernandes

Good


---

Original Source: https://www.mindstick.com/forum/23144/oops

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
