Explain about abstract classes in java?
Answer / Rajat Kumar Tyagi
Abstract classes are a type of class that cannot be instantiated directly. They can contain both abstract and concrete methods. Abstract methods must be overridden by subclasses, whereas concrete methods can be called directly. Abstract classes provide a base structure for a family of related classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to declare an arraylist in java?
What is the difference between array list and vector in java?
What are predefined functions?
Can we execute a program without main?
What do the thread?class methods run() and start() do?
What is mean by UML? what is the use? where we are using?
how to open and edit XML file in Weblogic???
what is the life cycle of jsp?
what is bmg file and how to create that files?what will it contailn?
1 Answers HCL, Probe Services,
What is the vector class in java programming?
What is public static void main?
Can an integer be null java?