M
Mike
Hi,
I have always developed in VB, and I usually end up programming all events and related methods in the form (if I have a GUI application). I was thinking whether there is a better way of doing this, which is also more OOP. By reading a Java book, the author said that in Java it is good practice to add a class that manages all form's events and related methods. But since that book is quite old, I was wondering, whether this has been superseded by other approaches.
Thank you very much.
Mike
I have always developed in VB, and I usually end up programming all events and related methods in the form (if I have a GUI application). I was thinking whether there is a better way of doing this, which is also more OOP. By reading a Java book, the author said that in Java it is good practice to add a class that manages all form's events and related methods. But since that book is quite old, I was wondering, whether this has been superseded by other approaches.
Thank you very much.
Mike