Question: U Question 38 1 pts Can you cast between class variables in C++? No. That only works for intrinsic types like int and char Yes.

U Question 38 1 pts Can you cast between class variables in C++? No. That only works for intrinsic types like int and char Yes. cast all you want. You can cast a child as its parent, but not the other way... You can past a parent as its child, but not the other way.. Question 39 1 pts Why are templates helpful in C++? You can copy and paste code that's mostly written and just change a few variables to make it work. They allow you to add multiple properties to the same class All the classes in a particular project must adhere to the same template O A template allows you to create a proto-class which can defer some of its data types until run time
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
