Can you make an instance of an abstract class?

Answer Posted / hemant chouhan

you cant create the object or instance of abstract class
but you can create the reference of that class .actually
the abstract is a incomplete class since you provide the
implementation in the subcalss of abstrace so jvm prevent
if any one create the instance of that class.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a instance variable?

586


Can java run on google chrome?

582


What is a buffer in java?

577


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

553


What is the difference between replace and replace all?

479






What is mean by encoding?

629


What is close method? How it's different from Finalize & Dispose?

567


Can we pass a primitive type by reference in java? How

534


What is meant by method overriding?

549


What do negative exponents mean?

552


Why can't we override private static methods?

523


What is the use of accept () method in java?

614


Is namespace same as package in java?

547


why java does not support unsigned keyword?

4271


What is the Difference between Final Class && Abstract Class?

619