Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 tellg () in c++?

1235


what is the use of void main() in C++ language?

1063


Eplain extern keyword?

978


What is a wchar_t in c++?

1059


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

2301


Write about c++ storage classes?

1150


What is the benefit of encapsulation?

1018


What is pure virtual function? Or what is abstract class?

1005


Is it possible to write a c++ template to check for a function's existence?

955


Difference between pointer to constant vs. Pointer constant

1057


Can we use struct in c++?

968


What does new return if there is insufficient memory to make your new object?

976


What is static in c++?

1006


What is difference between class and structure in c++?

1132


What is a syntax in c++?

1108