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
What is a parameter in simple terms?
What is the function of static in java?
What are parsing rules?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
Difference between character constant and string constant in java ?
What is multi-catch block in java?
What are java packages? What is the significance of packages?
How to stop a thread in java? Explain about sleep () method in a thread?
How will you communicate between two applets?
What is style and indentation?
What are mutable classes?
What do you mean by default constructor in java?
How many java versions are there?
What does it mean to be immutable?