| Author |
Constructors
|
Puja S
Ranch Hand
Joined: Jan 06, 2005
Posts: 51
|
|
Hi, There was this question : Q23 Which of the following modifiers are allowed in constructor? A1 private A2 default A3 public A4 static The answer was A1 and A3......Why not A2 also ? Thanks.
|
 |
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
|
|
|
default is not a modifier . it is just a access specifier or access level .
|
 |
 |
|
|
subject: Constructors
|
|
|