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 tellg () in c++?
what is the use of void main() in C++ language?
Eplain extern keyword?
What is a wchar_t in c++?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Write about c++ storage classes?
What is the benefit of encapsulation?
What is pure virtual function? Or what is abstract class?
Is it possible to write a c++ template to check for a function's existence?
Difference between pointer to constant vs. Pointer constant
Can we use struct in c++?
What does new return if there is insufficient memory to make your new object?
What is static in c++?
What is difference between class and structure in c++?
What is a syntax in c++?