Answer Posted / p suresh kumar
The __inline keyword tells the compiler to substitute the
code within the function definition for every instance of a
function call.
However, substitution occurs only at the compiler’s
discretion.
For example, the compiler does not inline a function if
its address is taken or if it is too large to inline.
| Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
What are the components of marker interface?
How do you explain polymorphism?
What is polymorphism give a real life example?
How oops is better than procedural?
2. Give the different notations for the class.\
What is the example of polymorphism?
Why interface is used?
What is persistence in oop?
Write a c++ program to display pass and fail for three student using static member function
write a C++ program for booking using constructor and destructor.
Explain the concepts involved in Object Oriented programming.
How do you define a class in oop?
What is abstract class in oop?
What is abstraction and encapsulation?
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?