Can i have abstract class with no abstract methods?

Answer Posted / kamruddin

an abstract class contain the abstract methods and concerete
method
Abstract method:- are those method which have no body.

concrete Method:- are those method which have a body.

Is This Answer Correct ?    12 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the exception hierarchy in java?

479


What is static variable with example?

551


What is data type in java?

481


Which graphs are functions?

488


Explain differences between checked and unchecked exceptions in java?

627






If goto and const is reserve words than why it is not work in java?

1498


What are different types of arrays?

525


Why string objects are immutable in java?

561


Why do we need data serialization?

538


What is the default value of float and double datatype in java?

528


Why does java not support pointers?

543


Can we have static methods in an interface?

549


What are anonymous inner classes?

557


What are the two ways in which thread can be created?

592


Can we store variables in local blocks?

780