-
Notifications
You must be signed in to change notification settings - Fork 1
Question
stardust edited this page Feb 20, 2023
·
1 revision
The Question
class stores information on an FAQ question
String title
String description
boolean hasLink
Getter method that returns boolean hasLink
Getter method that returns String title
Setter method that sets String title
Getter method that returns String description
Setter method that returns String description