Closed dpanjabi closed 7 years ago
"You can't create an interface directly, it has to be implemented by a class to use it."
should be replaced with
"You can't instantiate an interface directly, it has to be implemented by a class to use it."
You're right, the correct word is instantiate.
It's fixed now: http://ocpj8.javastudyguide.com/ch04.html
Thanks a lot
"You can't create an interface directly, it has to be implemented by a class to use it."
should be replaced with
"You can't instantiate an interface directly, it has to be implemented by a class to use it."