What is the advantage of an external iterator.
No Answer is Posted For this Question
Be the First to Post Answer
Explain virtual functions in C++.
What is object file? How can you access object file?
What is the latest c++ standard?
Can you explicitly call a destructor on a local variable?
Why do we use the using declaration?
Explain the operation of overloading of an assignment operator.
What does ios :: app do in c++?
What is the best c++ book for beginners?
What is the difference between passing by reference and passing a reference?
what is difference between internet and Internet?
12 Answers College School Exams Tests, Microsoft, MIT, TCS,
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
What is const in c++?