Can i have abstract class with no abstract methods?

Answer Posted / arjun kumar

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does java support multiple inheritances?

557


What is the difference between == and === javascript?

574


What are different ways of object creation in java ?

572


What are annotations in java?

619


Implement a stack with push (), pop() and min() in O(1) time.

631






How we can skip finally block of exception even if some exception occurs in the exception block in java?

523


What is mnemonic in assembly language?

552


What is array initialization in java?

491


What is meant by distributed application? Why are we using that in our application?

548


What does || || mean in math?

513


Can final class have constructor?

500


What is object in java?

533


What are use cases?

558


does java support pointers?

565


What are loops in java?

549