What is a scope operator and tell me its functionality?
Answers were Sorted based on User's Feedback
Answer / maya
Operator : :
It used to initalize the static variable out of the class.
Used for global initalization for variables.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / d.raji
scope operator is used to access the uotline function in
c++.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...
Pls...could any one tell me that whether we can access the public data memeber of a class from another class with in the same program. Awaiting for your response Thanku
Are polymorphisms mutations?
Write a program to reverse a string using recursive function?
Why is object oriented programming so hard?
Can destructor be overloaded?
what is static?
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
if u write a class do u write Assignment operator and copy constructor
What is constructor in oop?
How is data security provided in Object Oriented languages? ?
what is SPL in c++.