Reusing Classes The first is composition,You're simply reusing the functionality of the code, not its form. The second approach is inheritance,You literally take the form of the existing class and add code to it without modifying the existing class.…