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 is const volatile variable in c?
How can I do peek and poke in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is operator precedence?
What functions are used in dynamic memory allocation in c?
how can f be used for both float and double arguments in printf? Are not they different types?
What is pragma in c?
Explain what is dynamic data structure?
Why is c called a structured programming language?
Who is the main contributor in designing the c language after dennis ritchie?
What is a dynamic array in c?
Why do we use return in c?
What is the use of header?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Is malloc memset faster than calloc?