/** * A constructor that takes an existing user as well as a new userID. * It should create a new user with the newID given (which has the * same requirements as above), and the same tweets as the old...


/**


* A constructor that takes an existing user as well as a new userID.


* It should create a new user with the newID given (which has the


* same requirements as above), and the same tweets as the old user


* that is being passed in. Information about the number of followers


* or list of users the old user is following should not be copied.


* All other instance variables should be initialized appropriately.


* It may be a good idea to call the other constructor here.


*


*
@param
old the existing TwitterUser whose tweets we are copying


*
@param
newID the ID of the new user to be created


*/


publicTwitterUser(TwitterUserold,StringnewID){



Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here