Visual Basic 2003 Resources
I need to find 3 resources on Visual Basic and explain what they have to offer. Also I need to know the differences between Object-Oriented Programming (OOP) and Object-Oriented Design (OOD), can you please offer examples of how each can be applied in real life.
Thank you in advance.
Re: Visual Basic 2003 Resources
Welcome to the Forums.
Moved to General Developer but you may find that most members only like to help with homework if you make an effort to start first. :)
Re: Visual Basic 2003 Resources
Quote:
Originally Posted by wimis174
I need to find 3 resources on Visual Basic and explain what they have to offer.
What do you mean by "resources"?
Also, are you talking about Visual Basic or Visual Basic .NET? There is an entire galaxy of difference.
Re: Visual Basic 2003 Resources
Since he mentions 2003 I must presume he means VB.NET.
Re: Visual Basic 2003 Resources
Thanks for the replies. I have tried to do this assignment but the book doesn't offer any information on VB resources so I thought I'd post this thread to find out what VB resources are. The class I'm taking is Visual Basic.NET 2003.
Re: Visual Basic 2003 Resources
Quick defs:
OOD: The augmentation to (historically) structured (top-down) software design to include the use of intelligent data structures (Classes) in a software architecture. Recent advances include Design Patterns (see Design Patterns, circa 1995).
OOP: The act of implementing an OOD in the form of programming, usually using an Object-Oriented programming language.
Re: Visual Basic 2003 Resources
Resources are usually books and white-papers, but sometimes internet articles will suffice.