d) Diference between function overleeding
Inline
fuctions
Answers
Answered by
0
Answer:
Function Overloading happens in the same class when we declare same functions with different arguments in the same class. Function Overriding is happens in the child class when child class overrides parent class function. ... In function overriding we can have only one overriding function in the child class.
Similar questions