A
aaj
Hi all
I'm making the jump at last and moving from VB6 to VB.NET. I have written my
first few classes and things seem to be working. I have a few questions and
wonder if anyone can offer some advice. This is my first attempt at anything
object orientated, so please forgive me if my questions are naive or just
dont make sense.
The main thing I need to get to grips with is managing classes.
Typical thoughts go along the lines of -
If you have instances of classes that interact with other instances, how do
you keep track. In the example I've been learning with, I have a class that
holds collection of employee names, and then each employee name is of a
class 'fullname'. Its easy enough to manage these few lines of code, but I
can imagine it could get messy once the projects grow.
Once I got it working, I went back through with a pen and paper and drew out
how the bits fitted together. That lead me to think does Visual studio have
a graphical representation of how everything interacts, is there some
software I need to analise a project, are there better ways to do this?
thanks in advance
Andy
I'm making the jump at last and moving from VB6 to VB.NET. I have written my
first few classes and things seem to be working. I have a few questions and
wonder if anyone can offer some advice. This is my first attempt at anything
object orientated, so please forgive me if my questions are naive or just
dont make sense.
The main thing I need to get to grips with is managing classes.
Typical thoughts go along the lines of -
If you have instances of classes that interact with other instances, how do
you keep track. In the example I've been learning with, I have a class that
holds collection of employee names, and then each employee name is of a
class 'fullname'. Its easy enough to manage these few lines of code, but I
can imagine it could get messy once the projects grow.
Once I got it working, I went back through with a pen and paper and drew out
how the bits fitted together. That lead me to think does Visual studio have
a graphical representation of how everything interacts, is there some
software I need to analise a project, are there better ways to do this?
thanks in advance
Andy