Click here to Skip to main content
15,881,803 members

Comments by Santhosh Kumar Jayaraman (Top 200 by date)

Santhosh Kumar Jayaraman 2-Aug-13 4:46am View    
Reason for my vote of 5 \n Good one
Santhosh Kumar Jayaraman 31-Jul-13 1:35am View    
Reason for my vote of 4 \n Not new, but comments will help for the beginners to easily understand
Santhosh Kumar Jayaraman 22-Jul-13 23:52pm View    
Reason for my vote of 5 \n Another Nice one by master.
Santhosh Kumar Jayaraman 26-Mar-13 1:04am View    
Yes it means you are creating object of B with reference to A. If you want to create object of B, you have to use B obj=new B();
Santhosh Kumar Jayaraman 26-Mar-13 0:58am View    
Then declare
class B as child class
like this
class a
{

}
class b:A
{

}