Answer Posted / arvind
Namespace std: All the C++ files standard library declare all of its entities with in standard name spaces.
I worked with g++ complier. It even work with vc++ compilers.I don't about turbo c++.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an example of genetic polymorphism?
What are the benefits of interface?
Why is there no multiple inheritance?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
What is a class and object?
Why do we use encapsulation in oops?
What is encapsulation process?
What is coupling in oop?
Why do we need polymorphism in c#?
What is encapsulation c#?
Why is abstraction used?
What are the 4 main oop principles?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Why multiple inheritance is not possible?
Who invented oop?