πŸ“Š C#
Q. Polymorphism occurs when the methods of the child class.
  • (A) Are Virtual
  • (B) Have different return types and arguments than the parent class
  • (C) Maintain the same return type and arguments as the parent class, but implement it differently
  • (D) Override the parent class methods but maintain the implementation
πŸ’¬ Discuss
βœ… Correct Answer: (C) Maintain the same return type and arguments as the parent class, but implement it differently

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
315
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
82%
Success Rate