remove the member variable must be private requirement

This commit is contained in:
Jidong Xiao
2023-10-05 21:55:02 -04:00
parent afe4ad6bef
commit e6661763e5

View File

@@ -215,7 +215,7 @@ You must do this assignment on your own, as described in the [Collaboration Poli
- DATA REPRESENTATION (Must create and use homemade linked lists for the implementation.) (5 pts)
- No credit (significantly incomplete implementation). (-5)
- Uses std::vector, std::list, or data structures which have not been covered in this class. (-5)
- Member variables are public. (-2)
<!--- Member variables are public. (-2)-->
- OUTPUT OPERATOR OVERLOADING (2 pts)
- Does not overload the output (&lt;&lt;) operator. (-2)
- Incorrect syntax (wrong return type, wrong arguments). (-1)