Results 1 to 6 of 6

Thread: VB 7 - the new version !

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Posts
    156

    Cool

    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 !

  2. #2
    Addicted Member
    Join Date
    May 2000
    Posts
    240

    Wink Yes i have

    I think it will be cool when it comes out

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    It's supposed to have proper inheritance an' all this time .
    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

  4. #4
    Guest
    See this URL for more information on VS7.

  5. #5
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    Whats OOP? I saw it in a book review but I never got around to looking up what t was.

  6. #6
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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
  •  



Click Here to Expand Forum to Full Width