Join WhatsApp ChannelDaily MCQs & Exam Updates
Computer Science Medium CSS Uploaded: 23 Aug 2026

What is polymorphism in OOP?

  • A A type of loop structure
  • B A database normalization technique
  • C A network security protocol
  • D Ability of objects to take multiple forms
Correct Answer: Option D — Ability of objects to take multiple forms
Explanation:
Polymorphism allows objects of different classes to be treated as objects of a common superclass, enabling the same method name to behave differently based on the object calling it.
Submitted by: PaperMCQs
Related MCQs