Question: What is the scope of a class nested inside another class?
- Protected scope
 - Private scope
 - Global scope
 - Depends on access specifier and inheritance used
 
Answer: The correct answer of the above question is Option D:Depends on access specifier and inheritance used