Hi all ,i have somedoubt ,
1)how can say one class is an immutable,and what r basic rules that class should follow?
2)linked list problem?
how do find which is single linked list and which circular liked list,and what r the basic rules should strictly find the list?
3)one class A
{
a{}
}
another class B
{b{}
}
another class C
{
c c1=new c();
// [using class C object , HOWcan call the method of cllass A ,class B }
///i do not answer .
//what base those method call on Class C object?
//
1)how can say one class is an immutable,and what r basic rules that class should follow?
2)linked list problem?
how do find which is single linked list and which circular liked list,and what r the basic rules should strictly find the list?
3)one class A
{
a{}
}
another class B
{b{}
}
another class C
{
c c1=new c();
// [using class C object , HOWcan call the method of cllass A ,class B }
///i do not answer .
//what base those method call on Class C object?
//
Comment