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

How do you sort arrays in java?

521


Is array a class?

517


Can you extend singleton class?

598


Can an integer be null java?

553


Why inputstreamreader is used in java?

544






Where to store local variables?

579


What is bean? Where it can be used?

595


Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?

603


What is parameters example?

549


Is main is a keyword?

575


How many arguments can a method have java?

540


What is mean by collections in java?

562


Explain about narrowing conversion in java?

564


What is an object in java?

553


What is append in java?

626