Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ProtectedUse
//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 Employee { protected int a=5; protected void Print1() { //Your code goes here Console.WriteLine(a); } } public class Program:Employee { public static void Main(string[] args) { //Your code goes here Program obj=new Program(); obj.a=10; obj.Print1(); } } }
run
|
edit
|
history
|
help
0
vcdgdfgdfdfd
Practice run
Use ConcurrentQueue and ConcurrentDictionary with TPL (Simple example)
Proj2
Ejemplos polimorfismos con interfaces y posibles usos sencillos c#
Something
LevenshteinDistance
sdfghjtrefdc v
eze
actions and tasks