Link to home
Start Free TrialLog in
Avatar of e3rooted
e3rooted

asked on

Visual basice find the error

Class Hello
MustOverride Function Hi() As String
End Class
   Class Euro
Inherits Hello
Overrides Function Hi() As String
  Return "Ciao"
End Function
End Class
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

By "VB Classic", you mean VB6? if that's the case, inheritance was not supported back then!
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.