A
aaj
Hi
I'm not sure if I'm in the correct group but I'm after some advice on Object
Orientated Programming concepts.
I've move from structured programming into VB.NET. I can grasp the language
syntax Ok, but I'm having a few problems with the ideas of OOPS.
As an exercise I am converting some of my old VB6 code into VB.NET, trying
to look at what it does and splitting it into Interface, entity and control
classes, and I can get bits to work fine, but I don't think I'm solving the
problems using an 'OOPS' methology. I keep finding myself thinking of
classes as groups of functions rather than Objects.
In all honesty, what I have done so far seems to be more unwieldy that when
I used sequential methods. So what I'm looking for is some good information
on the web, or good books that cover the thought processes of OOPS,
inparticular how objects interact with each other and how the control should
be sequenced.
I hope this makes sense
many thanks
Andy
I'm not sure if I'm in the correct group but I'm after some advice on Object
Orientated Programming concepts.
I've move from structured programming into VB.NET. I can grasp the language
syntax Ok, but I'm having a few problems with the ideas of OOPS.
As an exercise I am converting some of my old VB6 code into VB.NET, trying
to look at what it does and splitting it into Interface, entity and control
classes, and I can get bits to work fine, but I don't think I'm solving the
problems using an 'OOPS' methology. I keep finding myself thinking of
classes as groups of functions rather than Objects.
In all honesty, what I have done so far seems to be more unwieldy that when
I used sequential methods. So what I'm looking for is some good information
on the web, or good books that cover the thought processes of OOPS,
inparticular how objects interact with each other and how the control should
be sequenced.
I hope this makes sense
many thanks
Andy