Answer the following statements true (T) or false (F)

1. In C++ global and local numeric variables are initialized to zero by default.
2. You may use the exit() function to return the flow of control from a function back to main() regardless of where the function was called from.
3. Object-oriented programming is centered around objects that include both data and the functions that operate on them.
4. ADT stands for Algorithmic Data Type.
5. A class declaration provides a pattern for creating objects, but doesn’t make any objects.

1. FALSE
2. FALSE
3. TRUE
4. FALSE
5. TRUE

Computer Science & Information Technology

You might also like to view...

Web page authors can take advantage of the structural elements provided by ____.

A. HTML2 B. HTML1 C. HTML4 D. HTML5

Computer Science & Information Technology

Which of the following statements is true?

a) A child process may belong to multiple parents at once. b) Each parent process may create only one child process. c) Spawning new processes yields a hierarchical process structure. d) none of the above

Computer Science & Information Technology