what is difference between abstraction and interface?
Answer Posted / hitesh mandhyan
Abstraction is used in framework interface is used in
specification...
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the main uses of the super keyword?
How to find the given number is a prime number or not by getting input from the user
What is close method? How it's different from Finalize & Dispose?
Explain inner classes ?
What is an example of declaration?
What does system.gc() and runtime.gc() methods do?
What does %d do in java?
What is string english?
Tell me how many ways are there to initialise an integer with a constant.
How to print an arraylist in java?
How many types of interfaces are there?
What is difference between ++ I and I ++ in java?
What is the type of lambda expression?
What a static class can contains?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?