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 the difference between struct and class?
how to explain our contribution in the project?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is switch case in c++ syntax?
What is the default width for ouputting a long integer using the insertion operator?
What are the benefits of c++?
Why is c++ still best?
an integer constant must have atleast one a) character b) digit c) decimal point
How many different levels of pointers are there?
What is the use of ::(scope resolution operator)?
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
What is abstract class in c++?
What are references in c++? What is a local reference?
How is objective c different from c++?
Differentiate between the manipulator and setf( ) function?