Q. Which of the following statements is correct about an interface?

  • (A) One interface can be implemented in another interface.
  • (B) An interface can be implemented by multiple classes in the same program.
  • (C) A class that implements an interface can explicitly implement members of that interface.
  • (D) The functions declared in an interface have a body.
πŸ’¬ Discuss
βœ… Correct Answer: (C) A class that implements an interface can explicitly implement members of that interface.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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