Why do C# and Java bother with the “new” operator?

  1. It’s a self documenting feature.
  2. It’s a way to make it possible to name a method “Class1” in some other class

Leave a Comment