Exam 12: Classes, Collections, and Inheritance

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The _access specifier permits class members to be accessed by statements both outside the class and outside the assembly.

Free
(Multiple Choice)
4.7/5
(38)
Correct Answer:
Verified

A

Why is important to remove objects that are no longer need in your program?

Free
(Multiple Choice)
4.7/5
(47)
Correct Answer:
Verified

C

A function that is a member of a class is called _.

Free
(Multiple Choice)
5.0/5
(44)
Correct Answer:
Verified

B

Every class you create in Visual Basic is automatically derived from this built-in class.

(Multiple Choice)
4.9/5
(41)

Object-oriented programming is a way of designing and coding applications such that interchangeable software can be used to build larger programs.

(Multiple Choice)
4.8/5
(41)

All of the following statements are true about the .NET garbage collection utility except .

(Multiple Choice)
4.9/5
(34)

An) ___is a class property that is defined by only a single line of code.

(Multiple Choice)
4.8/5
(40)

Which of the following operators determines if two object variables reference the same object?

(Multiple Choice)
4.9/5
(48)

The hiding of data and procedures inside a class is achieved through a process called ___.

(Multiple Choice)
4.8/5
(36)

_is a general model of something - it captures the general characteristics of an object.

(Multiple Choice)
4.9/5
(40)

Which of the following displays a message box saying "I have been created" every time a new instance of the class ShowMe is created?

(Multiple Choice)
4.9/5
(37)

Which method is used to create a new item in a collection?

(Multiple Choice)
4.9/5
(35)

The class is the portion of the class that is visible to the application programmer.

(Multiple Choice)
4.9/5
(38)

Which of the following statements will remove an object referred to by the object variable NewStudent?

(Multiple Choice)
4.8/5
(33)

The following statements are true about user-defined collections except .

(Multiple Choice)
4.9/5
(43)

The _ access specifier permits class members to be accessed only by statements inside the class.

(Multiple Choice)
4.9/5
(41)

Which of the following displays a window that lets you browse the classes available to your project?

(Multiple Choice)
4.8/5
(32)

If there exists a class named People and one wants to create a new class named Student based on the People class, what code segment below shows the correct way to do so?

(Multiple Choice)
4.7/5
(39)

Client programs can query _to get values, but they cannot modify them.

(Multiple Choice)
4.9/5
(39)

A _is automatically called when an instance of the class is created.

(Multiple Choice)
4.9/5
(37)
Showing 1 - 20 of 36
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)