Discussion :: Objects and Classes
-
What does the class definitions in following code represent?
class Bike { Engine objEng; }; class Engine { float CC; };
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment