Answer Posted / achal ubbott
The keyword inline before a function's name can make a
difference only if the function is small.
Such a thing helps in reducing the overhead of context
switching and thus making things work a little faster. It
is all upon the compiler to decide if it would really make
that inline or not. The amount of overhead depends upon the
architecture of the underlying CPU.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why it is called runtime polymorphism?
Why is there no multiple inheritance?
What is encapsulation and abstraction? How are they implemented in C++?
Write a program to reverse a string using recursive function?
What are the 4 main oop principles?
Is oop better than procedural?
What is class and example?
Can bst contain duplicates?
What does enum stand for?
What is destructor give example?
Can main method override?
what's the basic's in dot net
What is the purpose of polymorphism?
What is an interface in oop?
Get me a number puzzle game-program