What is Ideal Design of Class?
Answers were Sorted based on User's Feedback
Answer / venkat
declare variables as Private and methods which accesses
variables as public.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ershad md sk
Ideal Design of Class is First identity Different Business
Objects and identity Business Data & Business Methods on
which u r working on............Think U are working on
SHAPE class think shape is an object and Draw & erase are
business methods which u should Operate ON..And shape has
Different data objects like Square,Rectangle
| Is This Answer Correct ? | 0 Yes | 0 No |
What does localhost mean?
What is stack example?
How to sort an array in java without using sort method?
Why does java doesnot support multiple inheritance?
Why is stringbuffer called mutable?
why applet doesn't have main? isn't possible a program with out main?
Can applet in different page/s communicate with each other?
For which statements we use a label?
What is hashing in java?
why pointer is not used in java?
What are invisible components?.
Why generics are used in java?