πŸ“Š C++
Q. What happens to a function defined in a class without any complex operation (like loop, etc.)?
  • (A) It becomes a virtual function of a class
  • (B) This becomes an inline function of a class.
  • (C) This becomes a default function of a class.
  • (D) The program displays an error
πŸ’¬ Discuss
βœ… Correct Answer: (B) This becomes an inline function of a class.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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