jiuntian / IssueTrackerAssignment

0 stars 0 forks source link

ADTs #16

Closed chimtingshing closed 3 years ago

chimtingshing commented 3 years ago

I know this may be a simple question but I'm just asking for confirmation.

Based on the questions, the comment class and issue class should be an ADT. In my case, my comment and issue classes are just classes with private variables, constructor and getter/setter. Is this considered an ADT?

jiuntian commented 3 years ago

It's okay.

PuaZhiXian commented 3 years ago

In the ADT right can i have other method except the getter/setter method ?

jiuntian commented 3 years ago

It's ok.

On Fri, Jun 4, 2021, 1:26 AM PuaZhiXian @.***> wrote:

In the ADT right can i have other method except the getter/setter method ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jiuntian/IssueTrackerAssignment/issues/16#issuecomment-854048415, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADJ2E77QYI3YFYLYUNB4TTTTQ63LXANCNFSM45YI5BRA .