Difference between over loading and over ridding?

Answer Posted / nagababu

Overloading:-Writing Two or three methods with same name
but different parameters in same class,it is called
methodOverloading.

Overriding:-writing same methodname and parameters in
subclass and superclass with same return type,it is called
methodoverriding.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by variable?

760


Why do we need polymorphism in c#?

881


Why polymorphism is used in oops?

790


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1860


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2825


Why do while loop is used?

772


what type of question are asked in thoughtworks pair programming round ?

1964


Templates mean

1832


What is abstraction example?

831


What is overriding in oops?

824


What is oops with example?

769


What is variable example?

785


What does sksksk mean in text slang?

1837


What is a function in oop?

824


Why is object oriented programming so hard?

828