Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Replies
    12
    Views
    1,958

    Re: about access modifiers (abstract and protected)

    Fair enough...
  2. Replies
    12
    Views
    1,958

    Re: about access modifiers (abstract and protected)

    This is not entirely true. What about the following?


    public class OuterClass{
    public class PublicInnerClass{

    }
    private class PrivateInnerClass{

    }
Results 1 to 2 of 2