MCQOPTIONS
Saved Bookmarks
| 1. |
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. | ?a) It becomes a virtual function of the classb) It becomes a default calling function of the classc) It becomes an inline function of the class |
| D. | The program gives an error |
| Answer» D. The program gives an error | |