Polymorphism: Difference between revisions

Content deleted Content added
Line 439: Line 439:


=={{header|D}}==
=={{header|D}}==
<code>
import std.stdio;
import std.stdio;


Line 464: Line 465:
writefln(c);
writefln(c);
}
}
</code>


=={{header|E}}==
=={{header|E}}==