What definition we can give for Object??
Can any one tell me the real example for Class and Object.
but please dont give example like this..
( class as a vehicle. An object as a lorry or car or
rocket.
A lorry is an object, so is a car and a rocket too. But all of them are vehicles.)
Its seems the example for inheritance.
I think its like parent/child relationship.
Like super class is Animal. Say subclass Elephant, Bear and Tiger are example for objects.
subclass Tiger has its two types of behavior,
1) Own behavior - like (kills others animals and eats)
2) Common behavior - like (All animals don't have 6th sense and lives in forest and so on.. )
please any one give me the proper definition for Class & object with examples.