Exam 12: OOP: Creating Object-Oriented Programs

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

The _______ tier should contain the calculations that handle the data.

Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
Verified

D

A class allows its properties to be retrieved through _______.

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

B

Which of the following is NOT true?

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

D

The quickest and most reliable way to look up the names of objects,properties,methods,events,and constants for Visual Basic objects is by using the _______.

(Multiple Choice)
4.8/5
(40)

The Get accessor method _______.

(Multiple Choice)
4.9/5
(32)

Property procedures are Public by default,so you can omit the optional Public keyword at the beginning of the Property procedure.

(True/False)
4.9/5
(41)

Inheritance is the ability to create a new class from an existing class.

(True/False)
4.8/5
(37)

The destructor method automatically executes _______.

(Multiple Choice)
4.8/5
(28)

A derived class can inherit all public and protected members and methods of the base class,but it cannot inherit constructors from the base class.

(True/False)
4.8/5
(30)

_______ refers to data hiding.

(Multiple Choice)
4.9/5
(37)

Properties are actions that can be performed by a class of objects.

(True/False)
4.8/5
(34)

How do you create properties in a class? Write the code needed to create a property called MyName and include code for Get and Set accessor methods.

(Essay)
4.7/5
(33)

The acronym OOP stands for _______.

(Multiple Choice)
4.9/5
(41)

You can create a new class based on one of the existing VB classes or from one of your own classes.

(True/False)
4.7/5
(37)

Give an explanation of each of the following OOP features: Encapsulation,Inheritance,and Polymorphism.

(Essay)
4.8/5
(26)

Property procedures are _______ by default.

(Multiple Choice)
4.8/5
(30)

The acronym OOP stands for Object-Oriented Procedures.

(True/False)
4.8/5
(30)

Shared variables and instance variables are the same.

(True/False)
4.7/5
(40)

Get and Set accessor methods must be _______ in order to allow other modules (forms or classes)to assign and retrieve their values.

(Multiple Choice)
4.7/5
(35)

_______ refers to the combination of characteristics of an object along with its behaviors in a single definition.

(Multiple Choice)
4.9/5
(40)
Showing 1 - 20 of 51
close modal

Filters

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