MCQs > IT & Programming > DotNet Using VB > Which one will be executed without error? Public Class Fruit End Class Public Class Apple Inherits Fruit End Class

DotNet Using VB MCQs

Which of the following will be executed without error?
Public Class Fruit
End Class
Public Class Apple
    Inherits Fruit
End Class