Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Overriding fields
//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 Program { public class A { public int f = 3; } public class B { public int f = 9; } public static void Main(string[] args) { B bb = new B(); Console.WriteLine(bb.f); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
sleep thread
PC/DDS Discussion
BC150401319
Func
Enigme
Triple DES
multi variable random number generator
Side1-2
megha
remove duplicates
stackse - search stackoverflow differently
Please log in to post a comment.