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 |
Conversion from a basic type to a class type may be achieved using______________
What is cohesion in oop?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What normal C constructs work differently in C++?
Why is object oriented programming so hard?
what is an qt4 interface?
What is memory leak and memory corruption?
What is a macro? And how is a macro same as a template?
What is the differances between a abstract calss and interface
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
why oops need in programming
How oops is better than procedural?