man...i am TRYING to understand abstract classes.....
i am looking at someone's existing code and something has me baffled.....
there seems to be a function that can NOT find actually fleshed out anywhere. not even in any of the "import" references.
here is the line of code:
MustOverride Function GetUniqueBookID() As Integer
and here is the ONLY call to it in the entire solution:
Return Me.createNewBook(Me.GetUniqueBookID)
i have searched the entire solution....but there is no other mention or fleshing out of this "getUniqueBookID" function - so i have no idea how it works!
can anyone shed any light?
i am looking at someone's existing code and something has me baffled.....
there seems to be a function that can NOT find actually fleshed out anywhere. not even in any of the "import" references.
here is the line of code:
MustOverride Function GetUniqueBookID() As Integer
and here is the ONLY call to it in the entire solution:
Return Me.createNewBook(Me.GetUniqueBookID)
i have searched the entire solution....but there is no other mention or fleshing out of this "getUniqueBookID" function - so i have no idea how it works!
can anyone shed any light?