MCQs > IT & Programming > DotNet Using VB > Public Class Sample Public Sub New(ByVal x As Integer) End Sub End Class In the above code, which other class constructors can directly access the provided constructor?

DotNet Using VB MCQs

Public Class Sample
    Public Sub New(ByVal x As Integer)
    End Sub
End Class
In the above code, which of the following other class constructors can directly access the provided constructor?

Answer

Correct Answer: Public Sub New()
  Me.New(1)
End Sub

Explanation:

Note: This Question is unanswered, help us to find answer for this one

DotNet Using VB Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

DotNet Using VB Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it