Which coupling do these classes have?
class Car is
method drive()
class Ferrari is
Car ferrari = new Car()
ferrari.drive()Which coupling do these classes have?
class Car is
method drive()
class Ferrari is
Car ferrari = new Car()
ferrari.drive()Create a free account to access the full topic