What is an abstract class?

Answer Posted / sitaram

abstract class is class. we can't create the instantiate the
object of abstract class. In abstract class contains
concrete and abstract methods.when ever we can implement the
abstract methods. The current class will extends the
abstract class.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why arraylist is not synchronized in java example?

461


What does %d do in java?

574


What is abstraction in java?

613


Can we use this () and super () in a method?

525


Write a java program that prints all the values given at command-line.

544






What is the maximum size of arraylist in java?

484


String class is defined under which package in java?

616


What do you mean by default constructor in java?

572


What is the size of integer?

579


How to compare two strings in java program?

667


How do you convert an int to a string in java?

534


Can we override constructors?

537


How to run a JAR file through command prompt?

708


What happens when you add a double value to a string?

534


Is passing by reference faster?

517