πŸ“Š C++
Q. Which of the following is true about virtual functions in C++?
  • (A) They allow dynamic binding
  • (B) They cannot be overridden
  • (C) They must have a different return type
  • (D) They are not allowed in derived classes
πŸ’¬ Discuss
βœ… Correct Answer: (A) They allow dynamic binding

Explanation: Virtual functions allow dynamic (runtime) binding in C++.

Explanation by: Ram Sharma
Virtual functions allow dynamic (runtime) binding in C++.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
181
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
81%
Success Rate