Search:

Type: Posts; User: helloworld922

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    6,701

    Re: Private Constructor

    No, private cannot be accessed by inheriting classes.
  2. Replies
    4
    Views
    6,701

    Re: Private Constructor

    The simple answer is you don't. If you have access to the source of the class that has the private constructor, there are 3 things you can do:

    change the constructor in question to public. Now...
Results 1 to 2 of 2