Exception handling is an example of a programming methodology known as:
a. structured programming
b. object oriented programming
c. goto programming
d. event-driven programming
D
Computer Science & Information Technology
You might also like to view...
Word's ________ process combines content from a main document and a data source
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which statement about comments is false?
a) Comments begin and end with /* and */, respectively. b) Programmers insert comments to document programs and im-prove program readability. c) Comments do not cause any machine language object code to be generated. d) Lengthy comments can cause poor execution-time performance.
Computer Science & Information Technology