Wrappershallow and wrapperdeep

Assignment Help JAVA Programming
Reference no: EM13158972

Make 2 classes WrapperShallow and WrapperDeep. Each class is simply a wrapper class 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(WrapperDeep 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: -------------------- **** TESTING SHALLOW OBJECTS **** inital shallow object contains 7 17 77 copy shallow object contains 7 17 77 inital shallow object changed to 13 14 15 copy shallow object not changed contains 13 14 15 WOOPS! ws.equals(ws2) is true **** TESTING DEEP OBJECTS **** inital deep object contains 2 3 4 copy deep object contains 2 3 4 inital deep object changed to 7 6 -5 copy deep object not changed contains 2 3 4 RIGHT! wd.equals(wd2) is false Process completed.

Reference no: EM13158972

Questions Cloud

Different types of physical evidence : Name a few different types of physical evidence that can be used by an investigator to help link the suspect to a victim or crime scene
Compute the predetermined overhead rate : Calculate the predetermined overhead rate for 2010, assuming Garcia Manufacturing estimates total manufacturing overhead costs of $1,050,000, direct labor costs of $700,000 and direct labor hours of 20,000 for the year.
Discribe the economic profit : Discribe the difference in economic profit between a competitive firm and a monopolist in both athe short and long run. Which should take longer to reach the long-run equilibrium?
Which population of vesicles has a surface similar to cell : Your friend has isolated plasma membranes and reassembled the membranes into small vesicles. Using fluorescently labeled lectin, he sees that some of his vesicles are labeled while others are not.
Wrappershallow and wrapperdeep : Each class is simply a wrapper class 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 ..
Describe stock solution of nacl : Describe how you would prepare 500mL of a single solution containing 250mM Tris, 50mM glucose, and 5mM NaCl.
What attributes of these variables make them discrete : Provide some examples of discrete and continuous variables. What attributes of these variables make them discrete and continuous? Why?
Study and understanding of public policy : Identify two or three academic disciplines, other than political science, that contributes to the study and understanding of public policy. Explain their contribution.
Critically examine the impact of wto on us industry : Critically examine the impact of WTO on US industry since its inception?

Reviews

Write a Review

JAVA Programming Questions & Answers

  Create and implement class called date to store month

Create and Implement the class called Date which has data members to store month (as a number), day, year, and name of month.

  Create a java program

UserApp and PrettyPrintUtility multiple times (supplying different TransData test file names), the AutoTesterUtility PROGRAM will be the driver program.

  Design an application for pizza order process

Create an application to take and procedure a pizza order. The user should be able to make pizza order choices from listboxes, and the application should show the order price.

  Create simulation by java language for single-server queue

Suppose that customer inter-arrival times are exponentially distributed and service times are normally distributed. Create simulation by java language for this problem and view all parametre?

  Implement a class quiz

Implement a class Quiz that implements the Measurable interface.

  Display random numbers to simulate rolling a die

1. Display random numbers to simulate rolling a die2. Create a java program that simulate a casino game. (rollin a die)

  Utilizes a good design process

Analyze, design, and document a simple program that utilizes a good design process and incorporates sequential, selection and repetitive programming statements as well as at least one function call and the use of at least one array.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Implement security so that all users can view the informatio

Implement security so that all users can view the information about the projects, but only authenticated users

  Write an interface for an abstract method

Write an interface, PointingDevice, containing:  an abstract method, getXCoord that returns an int and an abstract method, getYCoord that returns an int.

  Implementation activities of software development

Analysis, design, and implementation activities of software development

  Solving programming problems

Write a computer program that will figure out the total of an order when given the amount of the order ($1000) and a sales tax rate of eight percent.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd