{}
62
%OFF

Stop copy pasting code you don't actually understand

Build the coding confidence you need to become a developer companies will fight for

Stop copy pasting code you don't actually understand

Become a PRO
Become a PRO
62
%OFF

Stop copy pasting code you don't actually understand

Build the coding confidence you need to become a developer companies will fight for

Stop copy pasting code you don't actually understand

Become a PRO
Become a PRO
run-icon
Main.cs
using System; public class HelloWorld { public static void Main(string[] args) {} } public class Father { protected string data = ""; } public class Son: Father {} public class Daughter: Father { public void iCanSeeBrothersProtected(Son brother) { Console.WriteLine(brother.data); } }
Output