Consider the MustInherit base classes below:
Public MustInherit Class Foo
Private a As Integer
Public b As Integer
Public Sub New( ByVal aVal As Integer, ByVal bVal As Integer )
a = aVal
b = bVal
End Sub
Public MustOverride Function Calculate() As Integer
End Class ' Foo
Any concrete subclass that inherits class Foo:
a) Must implement a method called Calculate.
b) Will not be able to access the instance variable a.
c) Will not be able to instantiate an object of class Foo.
d) All of the above.
d) All of the above.
You might also like to view...
Match the following items to their descriptions:
I. F5 II. Press Ctrl+Home with frozen panes III. Press Ctrl+Home without frozen panes IV. Solid blue lines V. Blue dashed lines on a worksheet A. cell A1 B. first unfrozen cell C. Go To command D. Automatic page breaks E. Manual page breaks
Which of the following style types will take top priority when multiple styles types are used?
A) Embedded style B) External Style sheet C) Inline Style D) Browser default