you can't know if your variable actually has `newF...
# announcements
k
you can't know if your variable actually has
newFun()
on it; what if it were some other instance of
A
? You can check if the function exists via reflection and invoke it that way if it does, if you really wanted to