What happens when a constructor is defined for an interface?
Posted: Wed Jul 13, 2022 7:50 pm
a) Compilation failure
b) Runtime Exception
c) The interface compiles successfully
d) The implementing class will throw exception
b) Runtime Exception
c) The interface compiles successfully
d) The implementing class will throw exception