⟩ A class is declared by use of the ________ keyword.A) ObjectB) ClassC) InstanceD) None of the above
D)None of the above.This is because the class is a valid keyword and not Class.This might catch inexperienced programmers who are taught the first letter of the class by convention is capital.