nus-cs2103-AY2324S2 / forum

16 stars 0 forks source link

Package private #1037

Closed tengcharmaine closed 5 months ago

tengcharmaine commented 5 months ago

Hello! I am not sure of when a method is considered package private. Is there a way to know when I would need to label methods as packaged private?

For the practice exam, the methods under the Activity class are packaged private.

Screenshot 2024-04-26 at 1 03 51 PM

However, the methods in Billable (from tutorial) are not packaged private as shown in the screenshot below.

T8_Class_Object_Diagram

Thank you! :)

baskargopinath commented 5 months ago

@tengcharmaine https://github.com/nus-cs2103-AY2324S2/forum/issues/924#issuecomment-2071989600