Hi,
I have several UI screens which are almost similar but with some minor UI differences. How to design java classes for such a situation.
Thankyou,
Premraj.
Printable View
Hi,
I have several UI screens which are almost similar but with some minor UI differences. How to design java classes for such a situation.
Thankyou,
Premraj.
That is a very general question...I'll give a very general response: Inheritance
Thanks for you reply