Multiple Choice
Statements of which of the following kind should be placed in the Declarations section of a class code block?
A) Public Event UserDefinedEvent(par1 As dataType1, par2 As dataType2, ...)
B) RaiseEvent UserDefinedEvent(arg1, arg2, ...)
C) Dim WithEvents object1 As ClassName
D) Private Sub object1_UserDefinedEvent(par1, par2, ...) _ Handles object1.UserDefinedEvent
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Each class has a special method called
Q2: Set property procedures are used to assign
Q3: The principle of "data hiding" is the
Q4: Two instances of the same class may
Q5: Which of the following is an accurate
Q7: Methods can be either Sub or Function
Q8: What is the purpose of the Get
Q9: Property blocks of code, that are used
Q10: In the following statement, the word Private
Q11: Which one of the following statements does