Explain the scope resolution operator?

Answer Posted / nikhil upadhyay

It permits a program to reference an identifier in the global scope that has been hidden by another identifier with the same name in the local scope.
The answer can get complicated. However, it should start with "::". If the programmer is well into the design or use of classes that employ inheritance you might hear a lot about overriding member function overrides to explicitly call a function higher in the hierarchy. That's good to know, but ask specifically about global scope resolution. You're looking for a description of C++'s ability to override the particular C behavior where identifiers in the global scope are always hidden by like identifiers in a local scope.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why would you use pointers in c++?

804


What is the difference between an enumeration and a set of pre-processor # defines?

1056


How many types of modularization are there in c++?

759


Explain the concept of dynamic allocation of memory?

808


What is class invariant in c++?

938


Which is the best c++ software?

798


What is the arrow operator in c++?

738


what is data encapsulation in C++?

779


What are inline functions? What is the syntax for defining an inline function?

778


What does new in c++ do?

731


What is #include iostream?

962


What are the various oops concepts in c++?

781


What is helper in c++?

811


Is c++ a good first language to learn?

749


What is the default access level?

795