Hi there,
I want to begin understanding how class libraries are written under
VB.NET and how can i call them under my executable project. For
example think an arithmetic calculator includes only plus, minus,
division, multiplying functions.
Yes it may not be necessary but how can i seperate each arithmetic
funtion into per class library and call them under my executable
project?
Thanks...
I want to begin understanding how class libraries are written under
VB.NET and how can i call them under my executable project. For
example think an arithmetic calculator includes only plus, minus,
division, multiplying functions.
Yes it may not be necessary but how can i seperate each arithmetic
funtion into per class library and call them under my executable
project?
Thanks...
Comment