Object Oriented Programming (OOPs)
© examsiri.com
Question : 9 of 72
Marks:
+1,
-0
| Implementation Structure | Relations | ||
|---|---|---|---|
| 1 | class A{ | (A) | Car is a Vehicle and Car is a Collectable |
| 2 | class A { } | (B) | Car has a SteeringWheel |
| 3 | class A { | (C) | Car has Wheels |
| 4 | class A extends B,C { } | (D) | Mini is a Car |
| 5 | class A{ | (E) | Car is an Object |
| 6 | class A implements B, C {} | ||
| 7 | class A extends B {} |
Go to Question: