class base
{
public:
int fun(int)
{}
};
class base2
{
public:
int fun(float)
{
}
};
so here qustion is both function either function
overloading or over riding;

Answer Posted / utpal kashyap

Overloading...
Because Function overloading depends upon type of parameters/number of parameters (NOT type of function) passed in function, So this is the example of function overloading.

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I have a reference as a data member of a class? If yes, then how do I initialise it?

907


Write a program to add three numbers in C++ utilizing classes.

823


What is the use of volatile variable?

802


What are the new features that iso/ansi c++ has added to original c++ specifications?

788


What are arrays c++?

808


To what does “event-driven” refer?

807


Define namespace in c++?

819


What is low level language in simple words?

780


Is python written in c or c++?

842


Is c++ a pure oop language?

803


What are the main features of c++?

737


How many static variables are created if you put one static member into a template class definition?

743


When can I use a forward declaration?

796


Write about the scope resolution operator?

772


What it is and how it might be called (2 methods).

836