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
Explain the advantages of inheritance.
what's the basic's in dot net
What is encapsulation and abstraction? How are they implemented in C++?
Why oops is important?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is encapsulation oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
How Do you Code Composition and Aggregation in C++ ?
Which language is pure oop?
What is the real time example of encapsulation?
Can static class have constructor?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is oops?what is its use in software engineering?
What is coupling in oop?
What exactly is polymorphism?