When a function is made inline. Write the situation where
inline functions may not work.
Answer Posted / guest
THE FUNCTION WHICH IS DECLARE INSIDE THE BODY OF THE BASE
CLASS, IS CALLED INLINE MEMBER FUNCTION.
THE INLOINE FUNCTION MAY NOT WOLRK WHEN IT IS NOT ACCESSED
THROUGH THE OBJECTS.
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Name the operators that cannot be overloaded in C++?
What is c++ code?
What is a dll entry point?
What is a string example?
Is c++ map a hash table?
Differentiate between late binding and early binding.
What are the methods of exporting a function from a dll?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What is a dynamic binding in c++?
Is c better than c++?
Why do we learn c++?
What are static and dynamic type checking?
List the special characteristics of constructor.
Is set c++?
What problems might the following macro bring to the application?