Object Orientation and Analysis
An Object is anything that exists within the problem domain that can be recognized by data and/or behaviour. An example of an object is a bike. The data of a bike could be the wheel, brake, seat, etc. The behaviour of the bike would be its speed, to drive on roads, etc.
Object oriented analysis is the concept which actually forces you to think in terms of the application domain when its data and behaviour known to you.