can u give one sinario when you use Abstract Class and When
you use Interface.
Answer Posted / dhawal
when u want behavior of interface then u can implement that
inteface with any other class and after instantiate that
class u can get behavior of that interfce because by default
methods in interface are abstract,
But in case of abstract class u can not create object of
abstract class means you can not instantiate abstact class
but after extending or by creating base class pointer ,using
dynamic method dispatch u can get behavior of abstract class
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is the meaning of immutable regarding string?
What is string builder in java?
What is java literals?
What are loops in java? What are three types of loops?
What is a variable in java?
Can we have multiple catch block for a try block?
what is the swingutilities.invokelater(runnable) method for? : Java thread
What is the purpose of garbage collection in java, and when is it used?
Are constructors methods?
What do you mean by order of precedence and associativity?
What is the finalize method do?
Which graphs are functions?
What is the range of a character variable?
What is getclass () getname () in java?
What is the difference between the paint() and repaint() methods in java programming?