minimal inheritance #13
Notifications
Total Time Spent: 5 hours 50 minutes
Due Date
sergeych
5 hours 50 minutes
No due date set.
Blocks
#6 Extend existing classes
SergeychWorks/lyng
Reference: SergeychWorks/lyng#13
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The v0 inheritance principle:
open fin virtualFun
is stored in the context as*virtualFun
objClass.members
overriding existing implementations.Thus when performing call, interpreter does not see it in the local context and automatically calls objClass, which points to the effective implementation in thisObj.