Exam 12: Classes, Collections, and Inheritance

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

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

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

D

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

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

A

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

Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
Verified

C

A ______defines a special type of class member that contains Get and Set sections.

(Multiple Choice)
4.9/5
(34)

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

(Multiple Choice)
4.9/5
(32)

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

(Multiple Choice)
4.9/5
(25)

Class members declared with this access specifier are like private members, except they may be accessed by methods and property procedures in derived classes.

(Multiple Choice)
4.8/5
(30)

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

(Multiple Choice)
4.9/5
(40)

A variable declared inside a class is also known as a __________.

(Multiple Choice)
4.8/5
(46)

When creating a ToString method to return a string representation of the data stored in an object, you must __________.

(Multiple Choice)
4.9/5
(39)

When using the Remove method of a collection, what happens if the argument provided is a string expression?

(Multiple Choice)
4.9/5
(34)

You access public members of a class object with ___________.

(Multiple Choice)
4.8/5
(30)

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

(Multiple Choice)
4.9/5
(44)

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.8/5
(44)

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

(Multiple Choice)
4.9/5
(35)

A(n) ________is a class property that is defined by only a single line of code.

(Multiple Choice)
4.9/5
(36)

A constructor is a method named ______found inside the class.

(Multiple Choice)
4.9/5
(40)

It's possible to access the items in a collection using __________.

(Multiple Choice)
4.8/5
(37)

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

(Multiple Choice)
4.8/5
(44)

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

(Multiple Choice)
4.8/5
(28)
Showing 1 - 20 of 36
close modal

Filters

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