You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The teacher changes the set file. Update completed.
Update 2: 7.40 PM Apr 4
The PC class is completed.
However, we aren't sure about the following: In the @DomainConstraint comment, is it type = "Integer" ot type = "int"?
Simillarly, do we need to add other attributes, such as min, max, length?
Update 3: 9:10 PM Apr 4
The PCFactory class is a singleton, so there's only 1 line: create a PC object. However, we're tasked with creating multiple PC. So, a for loop? (Ask the teacher)
Update 4: 10PM Apr 5
Tut 8 and 9 deals with PC class.
For the PC Fac class, this is where we asked the user input.