Question
a.
Yes, it can access with arrow operator
b.
No, it can’t access with dot operator
c.
Yes, it can access using dot operator
d.
No, it can’t access In anyway
Posted under Object Oriented Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Can local class members access/use the general local variables (except static, abstract etc.) of the function in which it is defined?
Similar Questions
Discover Related MCQs
Q. Which type of data can a local class access from the function in which it is defined?
View solution
Q. Local classes can access the type names and enumerators defined by the enclosing function.
View solution
Q. Can static variables be declared inside a local class?
View solution
Q. All the member functions of local classes are __________ by default.
View solution
Q. The enclosing function has no special access to the members of local class. (True/False)
View solution
Q. Which language can use inheritance with local classes?
View solution
Q. How many local classes can be defined inside a single function?
View solution
Q. All the data members of local class must be ___________
View solution
Q. Can two different functions have local class with same name?
View solution
Q. What is the scope of local class?
View solution
Q. Can a function, other than the enclosing function of local class, access the class members?
View solution
Q. Which among the following is main advantage of using local classes?
View solution
Q. Which among the following best describes a nested class?
View solution
Q. Which feature of OOP reduces the use of nested classes?
View solution
Q. How many categories are nested classes divided into?
View solution
Q. Non-static nested classes have access to _____________ from enclosing class.
View solution
Q. Static nested classes doesn’t have access to _________________ from enclosing class.
View solution
Q. The nested class can be declared ___________________
View solution
Q. Use of nested class ____________ encapsulation.
View solution
Q. Which among the following is correct advantage/disadvantage of nested classes?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Object Oriented Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!