2020 - Companies can keep running even though they have a large negative balance, allow companies to go bankrupt and stop trading

From TRCCompSci - AQA Computer Science
Revision as of 11:38, 18 December 2019 by Admin (talk | contribs) (Created page with "=Create boolean in Company Class for bankrupt= =Create a method in Company Class to check for bankrupt= =Edit ProcessDayEnd code to only process if company is not bankrupt=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Create boolean in Company Class for bankrupt

Create a method in Company Class to check for bankrupt

Edit ProcessDayEnd code to only process if company is not bankrupt

Edit AddVisitToNearestOutlet code to only process if company not bankrupt

Edit GetDetails to display business bankrupt