PDA

View Full Version : What is entity with respect to object oriented programming



saneha
05-02-2011, 06:16 AM
What is entity with respect to object oriented programming and what kind of functions it perform in interface operation?

Vuhelper
05-02-2011, 06:16 AM
In OOP, an entity is an Object that has some attributes, behaviour and unique Id. All functions in OOP are performed through objects.
Messages are accessed by Objects for different purposes that act as an interface to other objects.