Fill This Form To Receive Instant Help

Help in Homework
trustpilot ratings
google ratings


Homework answers / question archive / Create a code in which Marks A social networking website hires you to meet the following requirements: 1

Create a code in which Marks A social networking website hires you to meet the following requirements: 1

Computer Science

Create a code in which Marks A social networking website hires you to meet the following requirements: 1. User can create their profile 2. User can check for mutual friends 3. User can add new friends 4. User can delete friends 5. Display user's profile Solution Guidelines: Create a class Profile having name, emailId, city , country, friendlist[] ( Keep the fields private) Profile class will contain following methods: o createProfile(String name , String emailId, String city, String country): allow user to set his information o addFriends(Profile profile): sends request, if a person accepts the request add the person object into friendlist[] Note: Achieve Method Overloading keep the parameters as (Profile profile , String Message) giving Access to user to send request with a personalized message. o removeFriend(Profile profile):can remove a friend from the friendlist o showFriends(): display the friendlist o search(Profile profile):searches for profile in the list if it exists returns true else return false o checkMutualFriends(Profile profile): returns an array of the common friends

 

Option 1

Low Cost Option
Download this past answer in few clicks

4.96 USD

PURCHASE SOLUTION

Already member?


Option 2

Custom new solution created by our subject matter experts

GET A QUOTE

Related Questions