Re: [algogeeks] Design .. how to attack ???

2011-08-12 Thread Vidit Sinha
As far as a Design Question like this is concerned: 1) Design a base class car class Car { String model; String make; String carSegment; // SUV, MUV, Sedans, Hatchbacks etc String seats; boolean bookingStatus; // Booked or not ... public assignToCustomer (String custID) {...} } 2) Design a class

Re: [algogeeks] Design .. how to attack ???

2011-08-12 Thread Ankur Garg
+1..me too need answers for this On Fri, Aug 12, 2011 at 11:39 AM, MAC wrote: > if someone can share one good solution , it would really help me. I am > unable to form the answer to these questions > > --mac > > > On Fri, Aug 12, 2011 at 1:15 PM, MAC wrote: > >> thanks guys .. so lets take t

Re: [algogeeks] Design .. how to attack ???

2011-08-12 Thread MAC
if someone can share one good solution , it would really help me. I am unable to form the answer to these questions --mac On Fri, Aug 12, 2011 at 1:15 PM, MAC wrote: > thanks guys .. so lets take the question we had "design a car rental > system" .. so the interviewer can say , ok requireme

Re: [algogeeks] Design .. how to attack ???

2011-08-12 Thread MAC
thanks guys .. so lets take the question we had "design a car rental system" .. so the interviewer can say , ok requirement is that you have a pool of cars , people come and book a car for a particular time slot if available . This is the most basic thing . so now what , what shd i do next --ma

Re: [algogeeks] Design .. how to attack ???

2011-08-12 Thread keyan karthi
First thing tat should come to your mind s ' requirements ' ask him wat de requirements are. He will expect tat.. On 8/12/11, MAC wrote: > Hi guys , > > Can anyone help me in understanding what is expected when some some one > asks you " design a car rental system" . Exactly what all is requ

Re: [algogeeks] Design .. how to attack ???

2011-08-11 Thread Nitin Nizhawan
I feel such questions are asked to test OO skills so try to identify all the entities and verbs in the system. Also describing key interfaces in detail should help. On Fri, Aug 12, 2011 at 11:20 AM, MAC wrote: > Hi guys , > > Can anyone help me in understanding what is expected when some some on

[algogeeks] Design .. how to attack ???

2011-08-11 Thread MAC
Hi guys , Can anyone help me in understanding what is expected when some some one asks you " design a car rental system" . Exactly what all is required to be told to the interviewer . -- thanks --mac -- You received this message because you are subscribed to the Google Groups "Algorithm Geek