Close
jGuru Forums
Posted By: shalu_soman Posted On: Thursday, December 19, 2002 01:39 AM
The sample code is as follows class B{ int a; } class A{ int c; B b1=new B(); } How to access the field b1 from C code?