| Author |
public constructor for default class
|
M Marsden
Greenhorn
Joined: Jun 18, 2008
Posts: 18
|
|
Can't imagine this question hasn't been asked before, but I'm not having any luck finding it -- what is the functionality of having a default-access class with a public constructor? Thanking you in advance....
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32712
|
|
Welcome to JavaRanch You can extend it into a public class in the same package. I am sure there are other uses, however. Anybody else?
|
 |
 |
|
|
subject: public constructor for default class
|
|
|