Knowing how constructors work in Java will help you to design a code structure that is flexible and maintainable. In this Java code challenge, you will learn how a constructor behaves when we use inheritance. Do you know what happens when one class...