Go Back   #1 Chat Avenue Message Boards > Life Forums > Homework Help
Register Blogs FAQ Calendar Gallery Mark Forums Read

Reply
 
Thread Tools Display Modes
Visaul Basic Classes
Old 07-14-2006, 12:58 AM   #1
code_red
Newbie
 
Join Date: Jul 2006
Posts: 49
code_red has disabled reputation
Default Visaul Basic Classes

Can anybody explaion Visaul Basic Classes. That chapter is a "wtf" chapter.
I wanna pass my Computer Science AP exam.
__________________







I am teh l337. I teh pwn every1!!!!. n00bs <x>/<3


p4¥ ¥0µr 74x3$ 0r hµmp 7h3 ƒ£49
code_red is offline   Reply With Quote
Sponsored Links
Old 07-14-2006, 01:15 AM   #2
mix master
Senior Member
 
mix master's Avatar
 
Join Date: Jul 2005
Posts: 578
mix master has disabled reputation
Default

See I should know this and that's why i failed my Digital Logic/Computer Systems subject last semester.
__________________
----------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------


mix master is offline   Reply With Quote
Old 07-14-2006, 01:15 AM   #3
Execution
Senior Chatterbox
 
Join Date: May 2004
Posts: 3,321
Execution has a reputation beyond reputeExecution has a reputation beyond reputeExecution has a reputation beyond reputeExecution has a reputation beyond reputeExecution has a reputation beyond reputeExecution has a reputation beyond reputeExecution has a reputation beyond reputeExecution has a reputation beyond reputeExecution has a reputation beyond reputeExecution has a reputation beyond reputeExecution has a reputation beyond repute
Default

I took a class of that shit once. I don't remember anything from it now.
Execution is offline   Reply With Quote
Old 07-14-2006, 01:50 AM   #4
The Voice
A True Chatmaster
 
The Voice's Avatar
 
Join Date: Jul 2006
Location: 40° 34′ 33″ N, 84° 11′ 34″ W
Posts: 27,860
Blog Entries: 1
The Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond repute
Question

Quote:
Originally Posted by code_red
Can anybody explaion Visaul Basic Classes. That chapter is a "wtf" chapter.
I wanna pass my Computer Science AP exam.
What part are you having trouble with? The programming commands? Text Boxes? It's been a few years since I took that class, but I might be able to help.





And the words are spelled "explain" and "Visual."
The Voice is offline   Reply With Quote
Old 07-14-2006, 03:08 AM   #5
code_red
Newbie
 
Join Date: Jul 2006
Posts: 49
code_red has disabled reputation
Default

The private and public explanation. The Get and Set explaination.
__________________







I am teh l337. I teh pwn every1!!!!. n00bs <x>/<3


p4¥ ¥0µr 74x3$ 0r hµmp 7h3 ƒ£49
code_red is offline   Reply With Quote
Old 07-14-2006, 08:29 AM   #6
The Voice
A True Chatmaster
 
The Voice's Avatar
 
Join Date: Jul 2006
Location: 40° 34′ 33″ N, 84° 11′ 34″ W
Posts: 27,860
Blog Entries: 1
The Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond reputeThe Voice has a reputation beyond repute
Question

Quote:
Originally Posted by code_red
The private and public explanation. The Get and Set explaination.
Sounds like Visual Basic isn't so basic anymore. What version are you learning? Get and Set doesn't ring a bell at all!
The Voice is offline   Reply With Quote
Old 07-14-2006, 10:35 AM   #7
Blindsided.
prawn phisher
 
Join Date: Aug 2004
Location: Pennsylvania.
Posts: 10,337
Blindsided. has a reputation beyond reputeBlindsided. has a reputation beyond reputeBlindsided. has a reputation beyond reputeBlindsided. has a reputation beyond reputeBlindsided. has a reputation beyond reputeBlindsided. has a reputation beyond reputeBlindsided. has a reputation beyond reputeBlindsided. has a reputation beyond reputeBlindsided. has a reputation beyond reputeBlindsided. has a reputation beyond reputeBlindsided. has a reputation beyond repute
Default

I'm taking Visual Basic I and II ... from August to June.. right now I can't help you, but why not search google? Or if you need help here.. at least tell us what you need help with, more specifically.
__________________
Blindsided. is offline   Reply With Quote
Old 07-14-2006, 02:45 PM   #8
code_red
Newbie
 
Join Date: Jul 2006
Posts: 49
code_red has disabled reputation
Default

Quote:
Originally Posted by The Voice
Sounds like Visual Basic isn't so basic anymore. What version are you learning? Get and Set doesn't ring a bell at all!
I am using Visaul Basic Express 2005. Kind of a new thing at school. The cheap *******s used it because it is free with a lot more OOP crap work.
__________________







I am teh l337. I teh pwn every1!!!!. n00bs <x>/<3


p4¥ ¥0µr 74x3$ 0r hµmp 7h3 ƒ£49
code_red is offline   Reply With Quote
Old 07-30-2006, 07:34 PM   #9
19 bi m
Speechless
 
Join Date: Jul 2006
Posts: 1
19 bi m has disabled reputation
Default

Check out this link. Should be similar in .NET and Express...

http://msdn.microsoft.com/library/de...ingclasses.asp

Classes are "A container for data and code. The data within the class can be accessed with properties. The code is referred to as methods."

Public methods are things that any other piece of code can access. For instance if you might make a class called Cat with the following methods:

Public Feed
Public Pet
Private Sleep

The public methods Feed and Pet are things that other code, objects, or classes can access. For instance if you created an object from the Human class called "Tim", Tim could call the Feed and Pet methods of Cat. But Tim can't make the cat Sleep--only the cat can. So a Private method is something that can only be accessed within the class.

Another analogy would be your mobile phone. Your mobile phone might have a Public method called GetPhoneNumber which would return your mobile phone's number. So your friends could say something like:

thePhoneNumber = code_red.mobilePhone.GetPhoneNumber()

and get your number.

But you might not want them to be able to get a number from your address book. So you would make GetNumberFromAddressBook() a private method. So if they tried

thePhoneNumber = code_red.mobilePhone.GetNumberFromAddressBook()

they would get an error.

Hope that helps.
19 bi m is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:24 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 1999-2009 - #1 Chat Avenue - Free chat rooms for adults, gays, kids, singles, teens and more.