Answer Posted / prakash bora
The idea behind inline functions is to insert the code of a
called function at the point where the function is called.
If done carefully, this can improve the application's
performance in exchange for increased compile time and
possibly (but not always) an increase in the size of the
generated binary executables.
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Templates mean
What is the difference between static polymorphism and dynamic polymorphism?
class type to basic type conversion
What is the oops and benefits of oops programming?
What is object in oops?
What is polymorphism programming?
What is the point of polymorphism?
What do you mean by overloading?
How is class defined?
What are different oops concepts?
State what is encapsulation and friend function?
What is meant by multiple inheritance?
What is an example of genetic polymorphism?
What is the fundamental idea of oop?
What is a superclass in oop?