Respond to an unknown method call: Difference between revisions

→‎{{header|C sharp|C#}}: fix "works with" link
m (omit from retro)
(→‎{{header|C sharp|C#}}: fix "works with" link)
Line 4:
This task is intended only for object systems that use a dynamic dispatch mechanism without static checking.
=={{header|C sharp|C#}}==
{{works with|C# sharp|4.0}}
 
<lang csharp>using System;
Anonymous user