What does the class definitions in following code represent?class Bike { Engine objEng; }; class Engine { float CC; }; - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
30 Mar 2023 03:42 PM study24x7 study24x7

What does the class definitions in following code represent?

class Bike { Engine objEng; }; class Engine { float CC; };

A

kind of relationship

B

has a relationship

C

Inheritance

D

Both A and B

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles