Concept of Objects

October 27, 2015 Posted by WithU Technologies
You might hear about the OOP concept.
·         OOP stands for Object Oriented Programing.

·         Thus Programming languages which are oriented or based upon objects to make thinking about programming to make closer to thinking about the real world.

So, what do you mean by Objects?
·         They have independent units.

·         They have their own separate unique identity.

·         They have certain characteristics which are known as their attributes. This attributes describes the objects and their current state.

·         Each object has their own specific behaviour.

·         In programming object is self-contained, with its own identity.

·         Object are not always physical items.

·         Object are not always visible items.

·         Objects can be non-tangible.






Example: