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
What is main in java?
What are identifiers in java?
Can we have any code between try and finally blocks?
What is the replace tool?
Explain the difference between throw and throws in java?
What type of language is java?
Why volatile is used in java?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
How would you format a date in java? I.e. In the ddmmyyy format?
Why do we need hashset in java?
Does printwriter create a file?
What is a java developer salary?
Can we inherit a class with private constructor?
What is comparator in java?
Can constructor be inherited?