What happens to a function defined inside a class without any complex operations (like looping, a large number of lines, etc)?
A. It becomes a virtual function of the class
B. It becomes a default calling function of the class
C. It becomes an inline function of the class
D. The program gives an error
Answer: Option C

Join The Discussion