Computer Science, asked by avikathapliyal28, 3 months ago

What does this code do?
d1 = Dog()
d2 = Dog()

a) Creates one object, of type Dog.

b) Creates two classes, of type Dog.

c) Creates two objects, of type Dog.

d) Creates two functions, of type Dog.

Answers

Answered by ItzSmartyguy
17

Answer:

Hey mate......

Explanation:

its (d) Creates two functions, of type Dog.

Similar questions