What is the difference between abstract class and interface?
Answer Posted / venu
A programer uses an abstract class when there are some
common features of the program shared by all the objects.
A programer uses an interface when all the features of the
program are implements differently for different objects.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Difference between process and thread?
Is boolean a wrapper class in java?
Is a char always 1 byte?
Explain creating threads by implementing runnable class?
Where and how can you use a private constructor?
How do you check if two given string are anagrams?
When super keyword is used?
What is bufferedreader in java?
What is the main use of generics in java?
What is the flag in java?
What technique can be employed to compare two strings?
What are the different conditional statements?
Explain about data types?
What is the difference between a method and a procedure?
Does google use java?