Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Interfaz 2
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public interface IA { void print(); } public interface IB:IA { void print(); } public class Program:IB { void IA.print() { Console.WriteLine("Hello,PrintA "); } void IB.print() { Console.WriteLine("Hello,PrintB "); } public static void Main(string[] args) { IB p=new Program(); p.print(); //Your code goes here Console.WriteLine("Hello, world!"); } } }
run
|
edit
|
history
|
help
0
Vin Generator V1
code exple
Sort String
TEST 1
PayU Lu c#
Vídeo01 - Classe e Método
https://www.fxp.co.il/showthread.php?t=21125499
List<Action>()
Print All Cards
c# specialization/overload