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...

different between overloading and overriding

Answer Posted / pugalarasu

Overloading:
Same function name but different arguments
Eg:
A(int i);
A(int i,float f);

Overriding:
refers to functions that have the same signature as a
virtual function in the base class:
class B {
virtual void V();
};

class D : public B {
viod V();
};

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

4306


how to write a c program to print list of fruits in alpabetical order?

2241


Tell me about low level programming languages.

1067


What is the difference between formatted&unformatted i/o functions?

1007


Are c and c++ the same?

1004


What is graph in c?

1008


What does s c mean on snapchat?

1039


Write a C program to count the number of email on text

1854


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1801


Discuss the function of conditional operator, size of operator and comma operator with examples.

1098


can anyone suggest some site name..where i can get some good data structure puzzles???

2018


What is the importance of c in your views?

1094


What does %2f mean in c?

1161


What happens if header file is included twice?

1090


What’s a signal? Explain what do I use signals for?

1053