App Logo

No.1 PSC Learning App

1M+ Downloads
Which of the following can be overloaded?

AVariable

BObjects

CClass

DFunction

Answer:

D. Function

Read Explanation:

  1. Both functions and operators can be overloaded.
  2. C++/JAVA allows you to one definition for a function name or an operator in the same scope, which is called function overloading and operator overloading respectively.

Related Questions:

Identify the data structure which allows deletions at both ends of the list but insertion at only one end.
HTML stands for :
Language which is closely related to robotics:
An ...... program is one that is ready to run and does not need to be altered in anyway :
The first step in a query processing is :