Can we have a abstract class withought any method? What is a
purspose of this?
Answer Posted / sourav kumar verma
it may or may not include abstract methods. Abstract classes
cannot be instantiated, but they can be subclassed.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between member variables initialization and assignment in a constructor?
What is the tradeoff between using an unordered array versus an ordered array?
What is the difference between heap and stack memory?
Does java allow default arguments?
What are three advantages of using functions?
What is java in simple terms?
Is array a class in java?
What is instance synchronization?
Can we pass null as argument in java?
What happens to the Exception object after handling an exception?
What is purpose of find feature?
How big is a 32 bit integer?
What is a java string?
What are some examples of variable costs?
What is a map? What are the implementations of map?