πŸ“Š C++
Q. Which class functions are called inline functions?
  • (A) All functions declared inside a class
  • (B) All functions defined outside the class of
  • (C) All functions defined inside or with the keyword inline
  • (D) All functions accessing static members of the class
πŸ’¬ Discuss
βœ… Correct Answer: (C) All functions defined inside or with the keyword inline

Explanation: All functions defined in the class or functions with the inline keyword in front of them are inline functions of a class.

Explanation by: Dharmendra Sir
All functions defined in the class or functions with the inline keyword in front of them are inline functions of a class.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
184
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Dharmendra Sir
Publisher
πŸ“ˆ
91%
Success Rate