Q:

Which call is correct for public members of a nested class?

0

Which call is correct for public members of a nested class?


  1. Can be called from object of enclosing class
  2. Can be called within enclosing class only with direct names
  3. Direct names should be used for the nested classes
  4. Only with help of nested class object pointer

All Answers

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

(a).Can be called from object of enclosing class

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

total answers (1)

OBJECT ORIENTED PROGRAMMING MEMBER FUNCTIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which public function call among the following is ... >>
<< Which is not a proper way to access public members...