Why is a class public and final by default? What w...
# getting-started
s
Why is a class public and final by default? What was the rational? A restrictive approach would have been to keep it private and final by default or a non-restrictive public and non-final by default. Any thoughts?