Home » C++ Programming » Objects and Classes

What does the class definitions in following code represent? class Bike { Engine objEng; }; class Engine { float CC; };

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!