Multiple Choice
Class members declared with this access specifier are like private members, except they may be accessed by methods and property procedures in derived classes.
A) Private
B) Public
C) Protected
D) SubClass
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: All of the following statements are true
Q3: Which of the following displays a window
Q4: A _defines a special type of class
Q5: A function that is a member of
Q6: Every class you create in Visual Basic
Q8: The _access specifier permits class members to
Q9: A variable declared inside a class is
Q10: When creating a ToString method to return
Q11: When using the Remove method of a
Q12: You access public members of a class