Difference between abstract class and Interfaces?

Answer Posted / loganathan s

abstract is a class and its fulfilling while the subclass
is extends the abstract class methods.
where as interface also a class it declare a methods.we
must override all the methods at implements the interface.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens if constructor is private?

566


Differentiate between run time error and syntax error.

571


What is the difference between the paint() and repaint() methods?

589


Write a java program for binary search?

609


What do you mean by scope of variable?

486






Can the interface be final?

580


Is a class subclass of itself?

604


What are the properties of thread?

504


What is a numeric format?

569


What is java and their uses?

548


How does callback work in java?

607


What is a nonetype?

565


What is meant by overloading?

588


Why put method is idempotent?

465


What is an abstract method in java programming?

605