Can i have abstract class with no abstract methods?
Answers were Sorted based on User's Feedback
The class Abstract is defined as are used to declare common
characteristics of subclasses. It is used to provide a
template for concrete subclasses down the inheritance tree.
so we can't have abstract class with no abstract method
| Is This Answer Correct ? | 6 Yes | 24 No |
Answer / venkatesh
No, We can't create abstract class without abstract method
abstract class must have atleast one abstract method
| Is This Answer Correct ? | 19 Yes | 142 No |
What are the two categories of data types in the java programming language?
What is the best way to findout the time/memory consuming process?
Does garbage collection guarantee that a program will not run out of memory?
How does arrays sort work in java?
What are accessor methods in java?
Why are the methods of the math class static?
what is predefined function in java?
How many bits is a word?
What is lambda programming?
What are constants and how to create constants in java?
What is JAVA? Why it is platform independent?
heavy components means what?