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 is an iterator?
How do you traverse a btree in backward in-order?
Should a constructor be public or private?
What does it mean to declare a destructor as static?
What is setw manipulator in c++?
What is a null object in c++?
How do you establish a has-a relationship?
Is java a c++?
Can a constructor be private?
What is constructor in C++?
What is a string example?
Explain the scope of resolution operator.
What are enumerations?
How do you define/declare constants in c++?
What is type of 'this' pointer? Explain when it is get created?