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 / keerthi
overriding
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
what do you mean by volatile variable?
How would you use qsort() function to sort an array of structures?
What are the steps in the development cycle?
What are the types of container classes?
Carry out conversion of one object of user-defined type to another?
What are the uses of pointers?
Define what is constructor?
Explain what is class definition in c++ ?
Which operator cannot overload?
Tell me what are static member functions?
What is vector string in c++?
What happens when you make call 'delete this;'?
what are the events occur in intr activated on interrupt vector table
What is endianness?
What is private, public and protected inheritance?