d gurantee downvote if you copy. I need different code .

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

I would gurantee downvote if you copy. I need different code . 

 

Make 2 classes WrapperShallow and WrapperDeep.
Each class shallow and deep are simply wrapper classes to hold a private array variable. int
(| a;
The default constructor for each class should initialize "a".
Each class should have a toString() and equals().
Each class should have a setArray method that allows you to set the "a" variable.
WrapperShallow should have an invalid copy constructor.
public Wrappershallow(Wrappershallow ws) {
a - ws.a;
WrapperDeep should have a properly functioning copy constructor.
public WrapperDeep (Wrapper Deep ws) {
a - new int(3);
for (int i - 0; i< 3; i++)
a[i]-ws.a(i]:
Think about why shallow is wrong and deep is correct! What happens to the old "a" in the WrapperDeep copy
constructor? (think garbage collection)
Example Output:
---Configuration: <Default>---
**** TEST ING SHALLOW OBJECTS
inital shallow obact containa
7 17 77
copy ahallow object containe
7 17 77
inital shallow object changed to
13 14 15
copy ahallow object not changed contains
13 14 15
WOOFS! ws.cquals (ws2) is true
**** TESTING DEEP OBJECTS ****
inital deep object contains
234
copy deep object containa
234
inital deep object changed to
76 -5
copy deep objact not changed containa
234
RIGHT! wd.equals (wd2) is false
Process conpleted.
Transcribed Image Text:Make 2 classes WrapperShallow and WrapperDeep. Each class shallow and deep are simply wrapper classes to hold a private array variable. int (| a; The default constructor for each class should initialize "a". Each class should have a toString() and equals(). Each class should have a setArray method that allows you to set the "a" variable. WrapperShallow should have an invalid copy constructor. public Wrappershallow(Wrappershallow ws) { a - ws.a; WrapperDeep should have a properly functioning copy constructor. public WrapperDeep (Wrapper Deep ws) { a - new int(3); for (int i - 0; i< 3; i++) a[i]-ws.a(i]: Think about why shallow is wrong and deep is correct! What happens to the old "a" in the WrapperDeep copy constructor? (think garbage collection) Example Output: ---Configuration: <Default>--- **** TEST ING SHALLOW OBJECTS inital shallow obact containa 7 17 77 copy ahallow object containe 7 17 77 inital shallow object changed to 13 14 15 copy ahallow object not changed contains 13 14 15 WOOFS! ws.cquals (ws2) is true **** TESTING DEEP OBJECTS **** inital deep object contains 234 copy deep object containa 234 inital deep object changed to 76 -5 copy deep objact not changed containa 234 RIGHT! wd.equals (wd2) is false Process conpleted.
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY