InterviewSolution
Saved Bookmarks
| 1. |
Which among the following best describes the inline member functions?(a) Functions defined inside the class only(b) Functions with keyword inline only(c) Functions defined outside the class(d) Functions defined inside the class or with the keyword inlineThe question was asked during an internship interview.The query is from Types of Member Functions topic in chapter Member Functions & its Types of Object Oriented Programming |
|
Answer» Correct option is (d) Functions defined inside the CLASS or with the KEYWORD inline |
|