Click here to Skip to main content
15,892,839 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Create a class called LinkedList. Override and provide public access to clone method for this class.
Hint: LinkedList class encapsulates Node object that has attributes :num (int) and next (Node).
Since LinkedList has reference, make sure that clone is not Object’s clone() that does bitwise copy only.
Posted
Updated 22-Dec-13 16:15pm
v2
Comments
ZurdoDev 22-Dec-13 22:11pm    
This is not a question. If you would like to hire someone, please be clear about it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900