False - answers✔✔Type coercion is an explicit (specified by the programmer) conversion from a value of
one type to a value of another type.
True - answers✔✔Displays allow accessing a non-local variable in constant time, while static chains
require dereferencing an arbitrary number of pointers.
True - answers✔✔In C++, modifying headers of private member functions in a class requires to
recompile all files that use the class, but never to rewrite them.
False - answers✔✔In C++, modifying headers of public member functions in a class requires to
recompile all files that use the class, but never to rewrite them.
True. - answers✔✔Unlike macros, inline functions in C++, use applicative order evaluation, type
checking and scope rules.
True - answers✔✔Prolog belongs to the class of declarative programming languages.
False - answers✔✔Dangling references in C can appear in the context of heap allocation, but not in the
context of stack allocation.
True - answers✔✔In Java, an object (instance of a class) can be created only dynamically, by using the
new operator.
Any computer platform with the Java interpreter specific to that platform. - answers✔✔What is a Java
Virtual Machine?
It uses static scoping. - answers✔✔C does NOT include static links in its stack activation frames because: