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
What is :: operator in java 8?
please send me hr interview questions in it industry
Can a static class have a constructor java?
What is java lang string?
What is function overriding and overloading in java?
Is string an object?
what state does a thread enter when it terminates its processing? : Java thread
What is instance synchronization?
What is application system?
How many unicode characters are there?
Can we override constructors?
What is a ternary operator in java?
What is the implementation of destroy method in java. Is it native or java code?
Is void a data type?
What are the three parts of a lambda expression?