Differences between inline functions and non-inline functions?
Answer Posted / ashu_deepu
inline function are those function in which the code is just inserted where the function is declared.
it is generally used for function which are small in size and don,t involve any loop.
it just a way to decrease the time of function call.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
why reinterpret cast is considered dangerous?
What is a superclass in oop?
What is the highest level of cohesion?
What is abstract class in oops?
What is oops in simple words?
What is data binding in oops?
Is abstract thinking intelligence?
Can enum be null?
Why do we need polymorphism in c#?
What is polymorphism in oop example?
What are the benefits of interface?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is polymorphism and example?
What is polymorphism and its types?