Mark(s): 1
Which one of the statement given in options is correct?
Overriding gives better performance compared to overloading
For overriding base and child classes are required while for overloading is being done in the same class
Overriding take place at compile time where as Overloading happens at runtime.
Private and final methods cannot be overloaded but they can be overridden.
Answers
Answered by
1
Answer:
private and final methods cannot be overloaded but they can be overriding.
Similar questions