Q 53 (scjp.v6.2.443)
Posted: Sat Oct 29, 2011 6:48 am
Q: Which statements regarding the following code are correct?
class Outer
{
private void Outer() { }
protected class Inner
{
}
}
A: This code will not compile.
-------
Could you please elaborate on this answer or give a short explanation?
Because for me it is rather unclear. Thanks in advance.
class Outer
{
private void Outer() { }
protected class Inner
{
}
}
A: This code will not compile.
-------
Could you please elaborate on this answer or give a short explanation?
Because for me it is rather unclear. Thanks in advance.