Math, asked by ashritharao123, 2 months ago

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 jaskaran9200
1

Answer:

private and final methods cannot be overloaded but they can be overriding.

Similar questions