CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: 2kaud

Search: Search took 0.34 seconds.

  1. Replies
    4
    Views
    1,993

    Re: Class/private help with this uml?

    I think in your UML diagram for Bank that createAccount is mis-represented and it should be public. It makes no sense to have createAccount private as that means you won't be able to create an...
  2. Replies
    4
    Views
    1,993

    Re: Class/private help with this uml?

    It's not the class that's private - its the method. Members of a class are private by default which means they can only be accessed by other class members. If you need to access them outside of the...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured