Exam 11: Object-Oriented Programming

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

The constructor method takes zero or more arguments, and the code inside the procedure block performs any tasks needed for initializing an object.

(True/False)
4.8/5
(36)

In the hierarchy chart shown below, which of the following is GrandChild2 able to access? In the hierarchy chart shown below, which of the following is GrandChild2 able to access?

(Multiple Choice)
4.8/5
(34)

The constructor method that is possessed by each class is used to set default values for member variables and to create other objects associated with this object.

(True/False)
4.8/5
(37)

Methods are constructed with a Function procedure when the method returns a value, and with a Sub procedure otherwise.

(True/False)
4.9/5
(39)

Which of the following statements applies to code objects?

(Multiple Choice)
4.7/5
(39)

In the following statement, the word m_name demonstrates the proper name for a member or instance variable. If these variables are declared without the prefix "m_", an exception will be thrown.

(True/False)
4.7/5
(44)
Showing 61 - 66 of 66
close modal

Filters

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