Multiple choice .net vb

How you refer the parent class in VB.Net

  1. Parent

  2. MyBase

  3. Super

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

To refer to the parent class in VB.Net, we use the keyword "MyBase". Therefore, the correct answer is:

The Answer is: B. MyBase