I have to design a system which should draw different shapes with different plotters. i.e. plotter will be like solidline plotter, dot plotter, comma plotter.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
I have to design a system which should draw different shapes with different plotters. i.e. plotter will be like solidline plotter, dot plotter, comma plotter.
Do you have an actual question?
This was asked to me in an interview. The interviewer wants me to design a system which will draw different shapes with different plotters.
As said above, shapes could be rectangle,square,circle etc and plotter could be solid line, dotted line, line formed by comma.
I don't understand what you are asking..what is the question?