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

My application URL : http://localhost:8080/Application/Login.jsp. When a user enter this url in IE then, how it get Login.JSP Page exactly? what are the processes will happen from when we submit the URL to get Login.jsp?

3 Answers   IBM, TCS,


What is the main function in java?

1 Answers  


Is array an object in java?

1 Answers  


Does java arraylist maintain insertion order?

1 Answers  


Java.util.regex consists of which classes?

1 Answers  


Is it possible to instantiate the abstract class?

1 Answers  


What is a modifier?

2 Answers  


why Java does not support multiple inheritances?

1 Answers   Aspire,


What is the symbol for space?

1 Answers  


How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?

2 Answers  


What is classes in java?

1 Answers  


What is Applet Flickering ?

1 Answers   Infosys, Persistent,


Categories