Science, asked by yadavajit5711, 1 year ago

What is inline specifier in c++?

Answers

Answered by farwahalee14
0
C++ Inline Functions. C++ inlinefunction is powerful concept that is commonly used with classes. ... The compiler can ignore the inline qualifier in case defined function is more than a line. A function definition in a class definition is an inline function definition, even without the use of theinline specifier.
Similar questions