can abstract class have constructor how can you achive
this ?

Answers were Sorted based on User's Feedback



can abstract class have constructor how can you achive this ?..

Answer / rajasekharreddy.y

Yes abstract class must have the constructor, these
constructor we can achive by creating the instance of the
concreate subclass of the abstract class.

Is This Answer Correct ?    14 Yes 2 No

can abstract class have constructor how can you achive this ?..

Answer / ravikiran

Yes abstract class has a constructor

Is This Answer Correct ?    7 Yes 1 No

can abstract class have constructor how can you achive this ?..

Answer / bhargava

You cannot crate the constructor for an abstract class
directly. But you can create constructor for subclass for
an abstract class by making new class sub class for the
abstract class.

Is This Answer Correct ?    1 Yes 7 No

can abstract class have constructor how can you achive this ?..

Answer / guest

dsf

Is This Answer Correct ?    1 Yes 10 No

Post New Answer

More Core Java Interview Questions

explain what is transient variable in java?

0 Answers  


Is hashset ordered java?

0 Answers  


what state does a thread enter when it terminates its processing? : Java thread

0 Answers  


What is escape analysis algorithm in JVM and how garbage collection actually worked n how it transfer the objects from one kind of space to other?

0 Answers  


What are the loops in java?

0 Answers  






what is use of threads how many ways to create thread

3 Answers   iTrust, Verizon,


What is the difference between import java.util.date and java .util?

0 Answers  


Where pragma is used?

0 Answers  


What is exception in java?

0 Answers   Cyient,


Which variables are stored in heap?

0 Answers  


please send me hr interview questions in it industry

0 Answers  


How do you download stubs from Remote place?

0 Answers  


Categories