Question: Question 5 (1 point) The code if (deletePage(page) == E_OK) indicates that the deletePage() method might return a special value E_OK or it might return
Question 5 (1 point) The code if (deletePage(page) == E_OK) indicates that the deletePage() method might return a special value E_OK or it might return some other value such as E_ERROR. Instead of returning codes like these Evalues, functions should... use assert conditions during development to ensure the code always works throw Exceptions in Java; raise Exceptions in Python handle all possible errors themselves fail silently Question 6 (1 point) Dr. Bob's (Martin's) primary concern about comments is that they can be... incorrect or misleading too long not understandable to people from different cultures simply restating what the program says
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
