Difference between Overloading and Overriding?

Answer Posted / akash monga

overloading is just brain cracker and overridding is more difficult than overloading and if u agree with me than plz mail at Ak47monga@gmail.com

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is else if syntax?

681


Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.

613


How do you establish an is-a relationship?

624


Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

2041


How would you use qsort() function to sort an array of structures?

726






Write about the scope resolution operator?

618


Differentiate between a pointer and a reference with respect to c++.

698


Define private, protected and public access control.

609


What is the difference between the compiler and the preprocessor?

619


What is the use of string in c++?

553


Program to check whether a word is a sub-string or not of a string typed

1601


Why we use #include iostream in c++?

585


What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?

622


Write a program to read the data and evaluate the results of the election. Print all output to the screen. Your output should specify: The total number of votes, the number of valid votes and the number of spoilt votes. The winner(s) of the election. Hint: An appropriate search should be used to determine the winner(s). The votes obtained by each candidate sorted in terms of the number of votes obtained. Hint: An appropriate sort should be used to sort the candidate(s). The Source code should be saved as VotingSystem. Project Input: Candidates’ Names and Numbers 2501 Victor Taylor 2502 Denise Duncan 2503 Kamal Ramdhan 2504 Michael Ali 2505 Anisa Sawh 2506 Carol Khan 2507 Gary Owen Votes 3 1 2 5 4 3 5 3 5 3 2 8 1 6 7 7 3 5 6 9 3 4 7 1 2 4 5 5 1 4 0 Project Output: Invalid vote: 8 Invalid vote: 9 Number of voters: 30 Number of valid votes: 28 Number of spoilt votes: 2 The winner(s): 2503 Kamal Ramdhan 2505 Anisa Sawh Candidate Score 2503 Kamal Ramdhan 6 2505 Anisa Sawh 6 2501 Victor Taylor 4 2504 Michael Ali 4 2502 Denise Duncan 3 2507 Gary Owen 3 2506 Carol Khan 2

2656


How do you master coding?

568