VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Using Classes for Beginners

MrBobo  (49 Submissions)   Coding Standards   Visual Basic 5.0   Beginner   Wed 3rd February 2021

A practical demonstration of using classes to optimise your applications.
Correctly written classes make your code re-usable, faster, more reliable and memory efficient.
They also speed devolopment time, make debugging easier and can be placed in DLL's making them accessable from multiple applications simultaneously
As time goes by they become even better because each time you use the same class in different apps, any bugs that do show up get removed for future apps as well.

Rate Using Classes for Beginners (5(5 Vote))

Download Using Classes for Beginners

Using Classes for Beginners Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters