Multiple choice Can class objects be passed to a function? Yes No Reveal answer Fill a bubble to check yourself A Correct answer Explanation Yes, class objects can be passed to functions either by value, by reference, or by pointer, just like primitive data types.