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


Please Help Members By Posting Answers For Below Questions

what is C++ exceptional handling?

627


What is std :: flush?

576


Why do we use templates?

597


Explain how to initialize a const member data.

598


What are c++ tokens?

592






Why struct is used in c++?

620


Why is main function important?

584


Give 10 points of differences between C & C++.

621


What is the difference between prefix and postfix versions of operator++()?

591


Is multimap sorted c++?

559


What is purpose of new operator?

593


What is diamond problem in c++?

540


Does c++ have foreach?

525


What is the benefit of c++?

599


Explain the properties and principles of oop.

531