Object Oriented MCQ Set 1 1. Which among the following best describes a nested class? a) Class inside a class b) Class inside a function c) Class inside a package d) Class inside a structure AnswerAnswer: a [Reason:] If a class is defined inside another class, the inner class is termed as nested class. The…