Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
D15
//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 class Overload { public void DisplayOverload(int a){ System.Console.WriteLine("DisplayOverload " + a); } public void DisplayOverload(int a, string a) { } public void Display(int a) { string a; } public void DisplayOverload(string a, int b){ System.Console.WriteLine("DisplayOverload " + a + b); } } public class Program { public static void Main(string[] args) { Overload overload = new Overload(); overload.DisplayOverload(100); // overload.DisplayOverload("method overloading"); overload.DisplayOverload("method overloading", 100); // Console.ReadKey(); } } }
run
|
edit
|
history
|
help
0
nguoi
code exple
Print the letter until the next number
dsdsdsdsd
sdefuy6j87uytgraxsd
Main
BreakNum3
123
JHGEDFCSDCSS dd
Remove Duplicate Ignore Case