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 the main difference between calloc () and malloc ()?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What is realloc in c?
What is adt in c programming?
What is cohesion in c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is the auto keyword good for?
What are the key features in c programming language?
Write a program to print factorial of given number without using recursion?
What is the difference between a free-standing and a hosted environment?
What is cohesion and coupling in c?
Calculate 1*2*3*____*n using recursive function??
how to write optimum code to divide a 50 digit number with a 25 digit number??
What are unions in c?