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
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is wrong with this declaration?
What is structure pointer in c?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Why static is used in c?
How can I read data from data files with particular formats?
Explain union.
In C programming, what command or code can be used to determine if a number of odd or even?
code for replace tabs with equivalent number of blanks
What's the total generic pointer type?
What is a stream water?
Are negative numbers true in c?
What is f'n in math?
Why shouldn’t I start variable names with underscores?