Java Program Steam Mockup Following Profile Tab Profile Class Username String Password Str Q37272115

Java Program: Steam mockup to do the following in a profiletab.

Profile
Class

+ UserName : String

+ Password : String

+ Comments : ArrayList<String>

+ AwardsEarned : ArrayList<String>

+ CommentCount : int

+ getUserName() : String

+ getPassword() : String

+ getComments() : String

+ getAwardsEarned() : String

+ getCommentCount() : int

+ setUserName(userName : String) : void

+ setPassword(password : String) : void

+ setComments(comment : String) : void

+ setAwardsEarned(award : String) : void

+ setCommentCount(count : int) : void


Answer


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.