Exam 12: OOP: Creating Object-Oriented Programs

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

Forms are inherited from System.Windows.Forms.Form class.

(True/False)
4.9/5
(38)

A _______ is a method that automatically executes when an object is instantiated.

(Multiple Choice)
4.8/5
(38)

Creating a class module defines a new class;it does not create any objects.

(True/False)
4.9/5
(43)

A button on a form is an instance of the Button class.

(True/False)
4.9/5
(37)

Add a class module to a project by _______.

(Multiple Choice)
4.9/5
(38)

In a multitier application,the Presentation tier refers to the user interface.

(True/False)
4.7/5
(35)

The garbage collection feature releases memory and system resources used by unreferenced objects.

(True/False)
4.9/5
(39)

You can use visual inheritance by designing one form and then inheriting any other forms from the first.

(True/False)
4.9/5
(35)

You can create forms that look similar by using _______.

(Multiple Choice)
4.8/5
(48)

When you create a method with the same name and the same argument list as a method in the base class,the new method is said to override the base-class method.

(True/False)
4.9/5
(34)

The value of a property in a class module can be retrieved through the Get accessor method in the Property procedure.

(True/False)
4.9/5
(39)
Showing 41 - 51 of 51
close modal

Filters

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