I had started programming in java 2 years back. Seniors in our project at that time had advised me to append 'obj' to the name of the object which is being created.
Ex:
Car objCar = new Car("Ferrari");
Here objCar is what am talking about. But many at Stack overflow had opposed it and now I find that this shouldn't be the way naming of an object should be done. Am clear with naming conventions when collections are used but am confused when objects of general classes are created.
Can anyone shed some light on it ?
objon every variable name? – Gabe Apr 27 '12 at 5:45obj...stuff if from old times. – juergen d Apr 27 '12 at 5:45