C Sharp (C#) - Properties and Encapsulation
Which of the following is the correct way to declare a private field in a C# class?
private comes before the type and variable name.private int age; which is correct syntax for a private field.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions