Exam 12: Classes, Collections, and Inheritance

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

Object oriented analysis starts with .

(Multiple Choice)
4.9/5
(31)

An instance of a class is also called ____.

(Multiple Choice)
4.8/5
(36)

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.9/5
(43)

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

(Multiple Choice)
4.7/5
(41)

Which of the following describes the primary reason that one would override a property or method?

(Multiple Choice)
4.8/5
(41)

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

(Multiple Choice)
4.9/5
(43)

The ___is a dialog box that displays information about objects.

(Multiple Choice)
4.9/5
(37)

What happens when an object variable goes out of scope?

(Multiple Choice)
4.7/5
(46)

The _property is used to get the number of items in a collection.

(Multiple Choice)
4.9/5
(38)

This key word is used to refer to properties and methods found in the base class.

(Multiple Choice)
4.8/5
(37)

You access public members of a class object with _.

(Multiple Choice)
4.9/5
(38)

A constructor is a method named _found inside the class.

(Multiple Choice)
4.8/5
(30)

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

(Multiple Choice)
4.8/5
(31)

You can __ a method or property procedure found in the base class by adding one with the same name to a derived class.

(Multiple Choice)
4.8/5
(36)

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

(Multiple Choice)
4.9/5
(38)

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

(Multiple Choice)
4.8/5
(44)
Showing 21 - 36 of 36
close modal

Filters

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