×
Log in
Twitter
Gmail
Facebook
.NET Fiddle
and
.NET Academy
shared account
Remember me
Log in
Sign up
or
Reset password
Search Tutorials
Log in
Sign up
About
Twitter
.NET Fiddle
Support
Contact Us
Visibility and Accessibility Modifiers
Exercise: Use the internal modifier
< Previous
Next >
Goal
Modify the example class
Add a internal property to the example class called 'Order' of type 'int'".
using System; public class Candidate { } public class Program { public static void Main() { var candidate = new Candidate(); candidate.Order = 1; } }
Reset
Verify
Page 9 of 18
< Previous
Next >
Loading packages and dependencies