Is it legal in c++ to overload operator++ so that it decrements a value in your class?
No Answer is Posted For this Question
Be the First to Post Answer
How can a called function determine the number of arguments that have been passed to it?
Write a program in C++ for Fibonacci series
0 Answers Axtria, ITC Indian Tobacco Company,
What are inline functions? What is the syntax for defining an inline function?
What is a far pointer? where we use it?
What is function declaration in c++ with example?
Explain what are the sizes and ranges of the basic c++ data types?
What are the different data types present in C++?
When is the destructor called?
What is virtual destructors? Why they are used?
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 are c++ storage classes?
what are the types of Member Functions?