Computer Science, asked by prajwal7440, 11 months ago

is it possible to define inline function outside the class​

Answers

Answered by zubbairzainab
3

Answer:

all function defined inside the class are implicit inline. this, all the restrictions of inline functions are also applied here. If you need to explicitly declare inline function in class then just declare the function inside the class and define it outside the class using inline keywords.

Explanation:

please mark as brainliest answer...

Similar questions