CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Class Type

  1. #1
    Join Date
    Jul 2007
    Posts
    115

    Wink Class Type

    Dear Sir,

    Please help as I am fresher. I can't make difference between public class and private class and friend and protected freind class.

    Thaning You

    Debasis Bag

  2. #2
    Join Date
    Nov 2008
    Location
    Cairo , Egypt
    Posts
    24

    Re: Class Type

    those are Access Modifiers and they are used when declaring any thing not just classes , check out this links :
    http://www.developer.com/net/vb/article.php/3582961
    http://blogs.techrepublic.com.com/pr...lopment/?p=513

    also you could put these question in the other thread
    http://www.codeguru.com/forum/showthread.php?t=477136
    instead of creating a new topic for it

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

Featured