Exercises

0 / 10

Consider the following class definition:
class Link{
Object data;
Link next;
}
Link objects can be "linked" together to create a...