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
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Why are arrays usually processed with for loop?
What is the difference between the indirection operator and the address of oper-ator?
What are the 2 main types of data structures?
Can a class be static in c++?
Explain the advantages of using friend classes.
What is exception handling? Does c++ support exception handling?
What is virtual destructor? What is its use?
What is an adaptor class or wrapper class in c++?
Write a program which uses Command Line Arguments
What are the various oops concepts in c++?
Which is the best c++ software?
What are separators in c++?
Is vector a class in c++?
What are advantages of using friend classes?