Which are true in case of an interface?
Options
- all type of modifiers are allowed to an interface
- we instantiate an interface directly
- we can mark interface as final
- we can create object implementation to an interface
CORRECT ANSWER : we can create object implementation to an interface
Write your comments