RB
RB
SCJP 1.4 (93%)<br />SCJD (In progress. It can run, but it can't hide...)
RB
assume it has something to do with the fact that the method is defined inside the inner class
RB
RB
Everything there is of default access, I assume it has something to do with the fact that the method is defined inside the inner class. Anybody with some clarification?
RB
according to what i thought that since fields inside an interface are public static final by default so if we are defining a class inside an interface it should also be static(and definately it is) but i was not sure of whether the class will be treated as a field(ofcourse not a method) and hence it will be final also so that it's non-extendable.....but to my surprise it can be extendeds....so i was wrong in thinking this....
can anyone tell me that what is a class, deifined inside an interface or may be a class itself, is treated like......a class is actually a user defined datatype so when we are defining a class inside a class or an interface what are doing?? how can we relate the concept of a class being usr-defined data type inside a class or an inerface.
You are HERE! The other map is obviously wrong. Better confirm with this tiny ad:
Master Gardener Program
https://coderanch.com/t/771761/Master-Gardener-Program
|