Page 1 of 1

Can you model an overridden method in an instance?

PostPosted: Thu Mar 17, 2022 10:37 am
by buddy.robbins@linquest.com
Folks,
If you define an interface and have a block implement that interface, how would you model an instance specification showing a concrete method fulfilling an interface operation?

It's along the lines of, when programming, a class would have a delegate, and you can pass the function in as a property.