Interview
Interview
Programming
how do you determine if a given class or object implements a given interface through coding
Read Solution (Total 1)
-
- The class or the object within a specific class must be having implements keyword after class declaration and the method of the interface must be overriden in that specific class.
- 9 years agoHelpfull: Yes(0) No(0)
Interview Other Question