Results 1 to 7 of 7

Thread: *resolved* dumb dumb dumb question - protected

Threaded View

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Smile *resolved* dumb dumb dumb question - protected

    I know this has been asked 1010100100202039028 times, but I DONT GET IT!!!!!

    What's the difference between these two:

    VB Code:
    1. Public Class A
    2.     [COLOR=RED][b]Protected[/b][/color] Class B
    3.  
    4.     End Class
    5. End Class
    and
    VB Code:
    1. Public Class A
    2.     [COLOR=RED][b]Private[/b][/color] Class B
    3.  
    4.     End Class
    5. End Class



    I dont know what Friend, Protected, or Protected Friend means MSDN doesnt help neither, maybe I'm too dumb or whatever, but someone plz explain this
    Last edited by MrPolite; Oct 19th, 2002 at 12:40 AM.
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

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