Warm-up Exercises

Questions

  1. Explain why variables are private and methods are public in object oriented languages.

Explain the difference between public property and public auto-implemented property.

  1. What, if any, is the difference between a parameter and an argument?

Problems