0
/ 10.0
Consider the following class definition:
class Link{
Object data;
Link next;
}
Use a single assigment to set the info of the Node...
Score: 0 / 10.0
Consider the following class definition:
class Link{
Object data;
Link next;
}
Use a single assigment to set the info of the Node...