Answer Posted / nikhlesh gupta datia(m.p.)
Abstract Method:- The method which is define in the class without bodies that is without implementation is call as Abstract Method. & all the Abstract Method must be define with abstract keywords.
Abstract Class:- The class which is define with some abstract method is called as Abstract Class. & all the Abstract Method must be define with abstract keywords. We cannot created the object of abstract class.
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
How many types of the indexof method are there for strings?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is the use of flag?
What language is java written?
What is the list interface?
What is a concrete classes? Is Java object class is concrete class?
explain the concept of virtual method invocation in polymorphism in detail?
How do you classify Dialog Box?
Say any two properties in beans?
Give reasons supporting that string is immutable.
Can one thread block the other thread?
How many types of gc are there in java?
Explain the difference between arraylist and linkedlist in java?
How do you sort a string in alphabetical order in java?
How to convert string to byte array and vice versa?