Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
partial method
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public partial class data { partial void display(); } public partial class data { partial void display() { Console.WriteLine("Hello, i am in 2st partial class"); } } public class Program:data { public static void Main(string[] args) { data.display(); //Your code goes here Console.WriteLine("Hello, world!"); } } }
run
|
edit
|
history
|
help
0
Lab7
Enumerable
4341
Lambda Expression
Palindrome Number
Delegates, events
Hello
sum 2
Swap 2
Convert integer into bit string