What is an abstract class?

Answer Posted / guest

Hi...
Abstract class: U cannot instantiate an object of Abstract
class.An abstract class should having atleast one abstract
methoda and it should not final.

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is exception handling in java?

571


What is the purpose of the wait(), notify(), and notifyall() methods in java programming?

572


What is api data?

530


What is a module function?

554


How you can force the garbage collection?

533






Why java is used everywhere?

586


How can we use primitive data types as objects?

554


What is assembly language?

548


how does the run() method in runnable work? : Java thread

511


How to make a class or a bean serializable?

537


Tell me how many ways are there to initialise an integer with a constant.

637


Java is Pass by Value or Pass by Reference?

616


Can we able to pass objects as an arguments in java?

530


What is a generic type?

558


What is return null in java?

505