What does function overloading imply ?
A) Two or more functions with same but different parameter list different with type of argument.
B) Functions preceding with virtual keywords.
C) Functions inherited from base class to derived class.
D) None of these.
Answer & Solution
Answer: Option ASolution:
Two or more functions with same but different parameter list different with type of argument.