Answer Posted / poonam
The above answer is true. Namespace works with g++ and vc++
compilers. These are newly created standard library files of
c++. But the namespace doesn't work for turbo c++.
Actually 'namespace std' creates a kind of space for
standard library files to be stored in it. The earlier
extension of '.h' or header files is now not used in c++.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is difference between data abstraction and encapsulation?
What does <> mean pseudocode?
any one please tell me the purpose of operator overloading
What is multilevel inheritance in oop?
What is encapsulation in simple terms?
What is encapsulation selenium?
Can a destructor be called directly?
How is polymorphism achieved?
What is class and object in oops?
What is this pointer in oop?
What is the diamond problem in inheritance?
Which language is pure oop?
Who invented oop?
What is abstraction with example?