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 difference between encapsulation and polymorphism?
Precompilation ?
What is destructor in oop?
What does and I oop mean in text?
officer say me - i am offered to a smoking , then what can you say
What is debug class?what is trace class? What differences are between them? With examples.
How to overload new operator in c++
Difference between realloc() and free?
Why is abstraction used?
What is meant by oops concept?
create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.
2 Answers CTS, Delhi University,
What are the advantanges of modularity