what is the use of abstract class?

Answer Posted / amod

1:Abstract class is a class which has many abstract methods
2:Abstract class cannot be instantiated
3rd ly the abstrat methods r blank

the child class use the or it extend the abstract class
for its use
the child contains the abstract methods

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between add() and addelement() in vector?

1062


What is an object in java and how is it created?

590


What is the difference between double and float variables in java?

634


What is abstraction in java?

615


How does map works in java?

515






Explain differences between checked and unchecked exceptions in java?

633


Can we pass null as argument in java?

506


What is difference between path and classpath in java?

483


What is string length in java?

490


What loop means?

557


What is number data type?

532


What is a boolean expression in java?

533


Why are the objects immutable in java?

546


Difference between ‘is-a’ and ‘has-a’ relationship in java?

538


What is the difference between equals() and?

583