Exam 12: Classes, Collections, and Inheritance

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

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

(Multiple Choice)
4.7/5
(30)

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

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

(Multiple Choice)
4.9/5
(33)

Which of the following is the correct way to declare a public read-only property?

(Multiple Choice)
4.9/5
(39)

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

(Multiple Choice)
4.8/5
(41)

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

(Multiple Choice)
4.7/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.9/5
(37)

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

(Multiple Choice)
4.8/5
(35)

Object oriented analysis starts with __________.

(Multiple Choice)
4.9/5
(36)

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

(Multiple Choice)
4.9/5
(38)

An instance of a class is also called ______________.

(Multiple Choice)
4.8/5
(29)

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

(Multiple Choice)
4.8/5
(33)

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

(Multiple Choice)
4.8/5
(23)

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

(Multiple Choice)
4.8/5
(36)

What happens when an object variable goes out of scope?

(Multiple Choice)
4.9/5
(42)

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

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

Filters

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