If a Class is inheriting an interface then
a. Inherit the properties of the interface.
b. Contain the same methods from the interface.
c. Create an interface object.
d. All
3
Answers
If a Class is inheriting an interface then
a. Inherit the properties of the interface.
b. Contain the same methods from the interface.
c. Create an interface object.
d. All