Discuss Forum

1. which function overloads the>> operator?

  • A. gt()
  • B. gt()
  • C. gt()
  • D. gt()

Answer: Option D

Explanation:

Operator Overloading means giving extended meaning beyond their predefined operational meaning. For example operator + is used to add two integers as well as join two strings and merge two lists. It is achievable because ' + ' operator is overloaded by int class and str class.

Post your comments here:

Name:
Mobile:
Email:(Optional)

» Your comments will be displayed only after manual approval.