How do you relate a Interface to a Class? Tell me in
Detail?
Answer Posted / ranganathkini
A class relates to an interface, in that the class
implements all the methods of the interface.
The implementing class can eiether provide a concrete
implementation of the interface's methods or provide an
abstract implementation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain jvm, jre, and jdk?
explain what is transient variable in java?
What is integer size in java?
What is immutable class in java?
Explain about oops concepts.
What is java and its types?
Is a boolean 1 bit?
Difference between static binding and dynamic binding?
What's the access scope of protected access specifier?
Why call by value prevents parameter value change?
What are the two types of java programming?
What is package protected in java?
Explain features of interfaces in java?
What are selection structures?
Define a java class.