Which of the following statements are true?
Options
- Method overloading is done in super and sub classes.
- In method over riding two or more methods with same number but with different signatures
- In method overriding method return type can be same or different
- None of the above
CORRECT ANSWER : None of the above
Write your comments