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
When do you get classcastexception?
Differentiate between stringbuffer and stringbuilder in java.
Write a program to print all permutations of string?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
What are the 6 boolean operators?
Is jdk required on each machine to run a java program?
When throws keyword is used?
What is starvation?
How to declare objects of a class ?
how does the run() method in runnable work? : Java thread
In the below example, what will be the output?
How do you do absolute value in java?
what is meant by Garbage collection?
What is a java developer salary?
Write the algorithm to check the number non-leaf nodes in a tree.