When a function is made inline. Write the situation where
inline functions may not work.
Answers were Sorted based on User's Feedback
inline function can be use in single line manipulations in
program it cannot use in looping, branching
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
What is enum class in c++?
What is c++ hiding?
What data encapsulation is in c++?
When is dynamic checking necessary?
What is difference between shallow copy and deep copy? Which is default?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
What is auto type c++?
What is the role of C++ shorthand's?
What is setbase c++?
What is a pdb file?
What happens when a function throws an exception that was not specified by an exception specification for this function?
Comment on assignment operator in c++.