Is it possible to do method overloading and overriding at a
time
Answer Posted / rameshreddy
No it is not possible at a time. Method overloading is
possible in the same class is possible. But method
overriding is possible its subclass only possible
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
Which is easier netbeans or eclipse?
What are "methods" and "fields"?
Can java run on google chrome?
Can you access the private method from outside the class?
What is the synonym of framework?
Explain the difference between comparator and comparable in java?
Give a brief description of java socket programming?
How do you use equal in java?
What is java and their uses?
Why put method is used?
How do you implement tree mirroring in java?
Can we override private methods?
How to perform selection sort in java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Is arraylist a class in java?