What is an abstract class?

Answer Posted / shan

An abstrct class is a class which contains special property
than ordinary class.
An abstarct class contains atleast one abstract method
which will be left to its subclass to implement.
An abstract class defines some common properties to its
subclass

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a data structure java?

498


Can a source file contain more than one class declaration?

508


Can we have multiple classes in single file ?

596


Write a function to find out longest palindrome in a given string?

584


what is the difference between thread and runnable types? : Java thread

542






Why is a constant variable important?

496


Does constructor creates the object ?

578


What is the largest long allowed by java?

532


How transient variable is different from volatile variable?

556


What is mnemonic in assembly language?

549


What is the difference between static and non-static variables in java programming?

516


What are functions in java?

496


How to sort elements in a parallel array in java?

501


How does varargs work in java?

606


Is there any difference between synchronized methods and synchronized statements?

576