What class access modifier should you utilize to limit access to the assembly (a group of code modules compiled together) to which the class belongs?
A. private
B. internal
C. protected
D. public
Answer: B
Computer Science & Information Technology
You might also like to view...
Any new style that you create is stored with the document and is available any time the document is open
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following is not a valid way to pass arguments to a function in C++?
a. By reference with reference arguments. b. By value. c. By reference with pointer arguments. d. By value with pointer arguments.
Computer Science & Information Technology