|
-
Aug 6th, 2000, 03:26 AM
#1
Thread Starter
Addicted Member
i there
have u heard about the new version for VB - VB 7
i heard that it will be more like c++ in the OOP way.
well have u heard about it ?
lirlir
The MORE I get to know,
I realize that I know NOTHING !
-
Aug 6th, 2000, 04:06 AM
#2
Addicted Member
Yes i have
I think it will be cool when it comes out
-
Aug 6th, 2000, 08:29 AM
#3
Monday Morning Lunatic
-
Aug 6th, 2000, 10:26 AM
#4
See this URL for more information on VS7.
-
Aug 6th, 2000, 12:16 PM
#5
Frenzied Member
Whats OOP? I saw it in a book review but I never got around to looking up what t was.
-
Aug 6th, 2000, 12:26 PM
#6
Monday Morning Lunatic
Object Oriented Programming. It's basically making a program from 'objects', so that you are not concerned with how they work internally, only how they interact with each other. An analogy is a PC. You have 'objects' - graphics card, hard drive, processor. The manufacturer doesn't care how the hard drive works, only that it works in a standard way. A different make of processor can be used, because it follows the same 'interface'.
There are three basic principles of OOP: Encapsulation (described above); inheritance, and data hiding.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
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
|