1. ____ is the process of creating a new derived class from a base class.A) AccessibilityB) EncapsulationC) InheritanceD) Polymorphism2. A method can be used more than once within a program or in other programs.A) TrueB) False3. The object-oriented techniques to manage errors such as dividing a value by 0 comprise the group of methods known as ____.A) exception handlingB) error handlingC) exception processingD) error processing4. You can write as many constructors for a class as you want as long as they all have different ____ lists.A) objectB) data fieldC) methodD) parameter