Answer Posted / rakurakesh
Method overloading
done in same
class but method overridng done in
diff. Class here inheritance occure.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does 3 periods mean in texting?
What are the two forms of #include directive?
Which one would you prefer - a macro or a function?
Write a program to reverse a string.
What is the return type of sizeof?
How is a macro different from a function?
Write a program to reverse a linked list in c.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is the process to generate random numbers in c programming language?
Is c language still used?
Explain how can I convert a number to a string?
Why main is used in c?
Can a pointer point to null?
why programs in c are running with out #include
Write a code to generate a series where the next element is the sum of last k terms.