Q:

What is scope of a class nested inside another class?

0

What is scope of a class nested inside another class?


  1. Protected scope
  2. Private scope
  3. Global scope
  4. Depends on access specifier and inheritance used

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (d).Depends on access specifier and inheritance used

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING OOPS CONCEPT AND FEATURES MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
State True or False. Class with main() function ca... >>
<< Which of the following describes a friend class?...