InterviewSolution
Saved Bookmarks
| 1. |
Which keyword is used to define the inline member function?(a) no keyword required(b) inline(c) inlined(d) lineThis question was posed to me in a national level competition.This intriguing question comes from Types of Member Functions in division Member Functions & its Types of Object Oriented Programming |
|
Answer» Right choice is (b) inline |
|