Answer Posted / srikanth
A namespace uniquely identifies a set of names so that there
is no ambiguity when objects having different origins but
the same names are mixed together.
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
How is polymorphism achieved?
What language is oop?
What is the advantage of oop over procedural language?
What is super in oop?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is use of overloading?
What is byval and byref? What are differences between them?
What is overriding vs overloading?
What is encapsulation selenium?
What does it mean when someone says I oop?
Are polymorphisms mutations?
What is polymorphism in oops with example?
What is abstraction in oops with example?