what is difference between abstraction and interface?
Answer Posted / munna
in abstraction we ca have abstract method and normal method
but in interface we must and should write only abstract methods
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can an interface extend a class?
What methods are used to get and set the text label displayed by a button object?
How can you set the applet size?
What is anagram in java?
Give me some null interfaces in java?
Define reflection.
What are the advantages of exception handling?
Can constructor be synchronized?
Can we sort set in java?
Differences between external iteration and internal iteration?
What is java literals?
What's a method in programming?
Is void a data type in java?
Write a program to reverse array in place?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).