I am beginner and trying to learn by studying material online. I just draw a diagram and want to show you so that you please put me on the right path.
Question-1: Is that drawn correctly
Question-2: How to implement this diagram into Java Code
Trying to build SiteTemplate that has 3 sub classes e.g. (1) different elements like modal, buttons, combo box, table etc (2) Java Script element like error checker and messages (3) all URLs that'll be used in project so that if the site move from one server to another we just change URLs and it start work again
I am trying to that if I inherit SiteTemplate class then have access to all methods of sub classes and their child classes
Best Regards