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
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Why we use classes in oop?
What is an advantage of polymorphism?
What are the benefits of oop?
What exactly is polymorphism?
What is encapsulation with example?
What is destructor oops?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Is abstract thinking intelligence?
How can you overcome the diamond problem in inheritance?
What is polymorphism what are the different types of polymorphism?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is abstraction in oop?
How is class defined?
What is advantage of inheritance?