|
-
Jul 12th, 2003, 01:11 AM
#1
Thread Starter
Frenzied Member
are classes always needed in your programs
Hello
I have just started learning how write classes in vb.net. I never used classes when l used vb6. My question is, is it always important to write classes in your vb applications. I wrote classes when l programmed in C++, but not sure if it is essential to write classes in VB.Net.
Where can l find a good website that gives good lessons on writing and using classes in VB.Net
Many thanks in advance
Steve
-
Jul 12th, 2003, 02:31 AM
#2
Frenzied Member
No, not necessarily. Unless you are wanting to have some sort of specific functionality which isn't covered by VB.NET's built-in classes. It really depends on what you are wanting to create and work with.
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Jul 13th, 2003, 07:21 AM
#3
yay gay
i dont think you really use in c++ the class's power otherwise i think u'd never make such a question..maybe you should read again your oop book or maybe you just dont feel confortable i dont know..it just organizes everything up
\m/  \m/
-
Jul 13th, 2003, 12:14 PM
#4
PowerPoster
You can not write a .Net application without a class from my understanding. The form is a class, the module is a class, everything is a class. Even if you don't see it, it is a class.
-
Jul 13th, 2003, 02:28 PM
#5
yay gay
exactly, and if you create many classes you can get an seamless integration with the ms's framework what is very cool isntead of having 1000 functions that have no relationship between them
\m/  \m/
-
Jul 14th, 2003, 07:06 AM
#6
Fanatic Member
How do you get re-usability if you don't use classes? I ALWAYS use classes. Like previous posts, just about everything in .NET is a class (at least behind the sceens).
-
Jul 14th, 2003, 08:50 AM
#7
Yes, you need classes, EVERYTHING is a class in .NET. The forms are classes, modules are static/shared classes and classes are classes.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|