0 likes | 4 Views
For more course tutorials visit<br>www.newtonhelp.com<br><br>Question 1. 1. In addition to grouping functions together, a class also groups (Points : 3)<br> libraries.<br> math operations.<br> print statements.<br> variables.<br> <br>Question 2. 2. Hiding data in a class is also called (Points : 3)<br> encapsulation.<br> accessibility inversion.<br> confusion culling.<br> redirection.<br> <br>Question 3. 3. The public members of a class (Points : 3)<br> can be changed after compiling, even functions.<br> must be accessed from an object of that class.<br> need a special interface to accessed from an object.<br> can only be accessed within member functions of that class.<br> <br>Question 4. 4. Constructors are called (Points : 3)<br> whenever an object is created.<br> whenever a new line of code is typed.<br> only after math operations.<br> only after a work contract is defined.<br> <br>
E N D