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 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by garbage collection used in java?

663


What is Recursion Function?

751


Where are the card layouts used?

698


What is the best way to findout the time/memory consuming process?

651


What are the differences between stringbuffer and stringbuilder?

623






Why java is object oriented?

678


What is the difference between class forname and new?

624


What is lexicographically smallest string?

688


What are the types of java languages?

616


What is a top level class in java?

619


What is currentthread()?

654


What is the collections api?

662


Can java cast null?

688


Can we create a constructor in abstract class?

659


What is string [] args?

653