adplus-dvertising
frame-decoration

Question

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

a.

Can be called from object of enclosing class

b.

Can be called within enclosing class only with direct names

c.

Direct names should be used for the nested classes

d.

Only with help of nested class object pointer

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

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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

Similar Questions

Discover Related MCQs

Q. Which is not a proper way to access public members of a class?

Q. How many public members are allowed in a class?

Q. In java, which rule among the following is applicable?

Q. Which syntax is applicable to declare public member functions in C++?

Q. Which syntax among the following is correct for public member functions?

Q. Which type of member functions get inherited in the same specifier in which the inheritance is done? (If private inheritance is used, those become private and if public used, those become public)

Q. Which among the following is true for public member functions?

Q. What are public member functions?

Q. If a function in java is declared private then it __________________

Q. Can main() function be made private?

Q. Which error will be produced if private members are accessed?

Q. A private function of a derived class can be accessed by the parent class.

Q. If private members are to be called outside the class, which is a good alternative?

Q. Which function among the following can’t be accessed outside the class in java in same package?

Q. Private member functions ____________

Q. How to access a private member function of a class?

Q. How many private member functions are allowed in a class ?

Q. In java, which rule must be followed?

Q. If private member functions are to be declared in C++ then _____________

Q. Which syntax among the following shows that a member is private in a class?