Answer Posted / prasviji143@gmail.com
abstract class is an incomplete class which contains incomplete and complete methods.
incomplete methods contains only the declaration and ended with semicolon (; )
To access the incomplete methods we need create a concrete class with the help of extends keyword.
In concrete class there will be method definitions for incomplete methods.
abstract class is known as superclass and concrete class as subclass.
In concrete class we can create the object and we can call the incomplete methods and execute the program.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What do you understand by weak reference?
What is the benefit of inner classes in java?
What is the difference between a synchronized method and a synchronized block?
What do you know about the garbate collector?
What is port number in java?
What java ide should I use?
What is the significance of java packages?
What is the function of java?
What does += mean coding?
What is the use of set in java?
What are parsers? Dom vs sax parser.
What does the “static” keyword mean?
Explain OOPs concept.
What is currentthread()?
What is methodological theory?