Answer Posted / kumarvikash1985
namespace is a collectoin of classes ...and without
declaring the namespace we can't use the fionctionality of
programming language.
| Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
What are oops functions?
What is difference between inheritance and polymorphism?
How do you define social class?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
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
Why do while loop is used?
Templates mean
what is different between oops and c++
Which is better struts or spring?
What is persistence in oop?
What language is oop?
Can static class have constructor?
Explain virtual inheritance?
What is the use of oops?
How do you define a class in oop?