Which of the following statement is/are NOT correct about the access modifier in Visual Basic .NET?
(i) Protected access modifier applies to class members only.
(ii) Public access modifier defines a type that is accessible only from within its own class or from a derived class.
A(i) and (ii) only
B(i) only
C(ii) only
DNone
