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 is meant by Byte code concept in Java?

599


What is the association?

543


What is scope of a variable?

603


Write a java program to check if a number is prime or not?

535


What is thread pool? How can we create thread pool in java?

618






Can we extend singleton class in java?

541


What mechanism does java use for memory management?

488


What is an object class?

553


What checkbox method allows you to tell if a checkbox is checked?

535


Can we extend singleton class?

527


How the interruptible method gets implemented?

554


how we can create packages in java?

514


How to write custom exception in java?

597


Give example to differentiate between call by value and call by reference.

588


How is it possible in java programming for two string objects with identical values not to be equal under the == operator?

560