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 is the purpose of tostring() method in java?
Why is string buffer better than string ?
What does @override mean?
What does @param args mean in java?
How do you find the absolute value?
What is the basic functionality of DataOutput interface in java?
What is finalize() function in java?
Explain the pointers in Java?
What exactly is a .class file?
What is 3-tier model?
What is initial size of arraylist in java?
How variables are stored in memory?