Answer Posted / aburar yaseen
overloading:previous answers are correct.
overriding: overriding is possible only in inheritance.
we will have more than one methods in the same name with
same no. of arguments with same type in different classes.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is a dynamic array java?
Tell me the latest versions in java related areas?
How is java hashmap implemented?
what is bmg file and how to create that files?what will it contailn?
How to connect to a remote database using Applet?
How to display all the prime numbers between 1 and 100
Can we print null in java?
What is use of static in java?
Is array serializable java?
What are the advantages of inner classes?
What do you understand by private, protected and public?
What are the types of java languages?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is the different types of functions?
what is heap memory?