Answer Posted / rekha
Overriding - same method names with same arguments and same
return types associated in a class and its subclass.
Overloading - same method name with different arguments, may
or may not be same return type written in the same class itself.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the features of the c language?
What is return type in c?
Differentiate between new and malloc(), delete and free() ?
Compare interpreters and compilers.
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Why isn't any of this standardized in c? Any real program has to do some of these things.
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What is data types?
Explain what is a program flowchart and explain how does it help in writing a program?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Why is %d used in c?
What is the code in while loop that returns the output of given code?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
what is a NULL Pointer? Whether it is same as an uninitialized pointer?