Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Can you have a constructor in abstract class?

Answer Posted / rajesh dangi

I don't understand why ppl start writing responses without
writing a small code to confirm it.

Guys an abstract class too can have a constructer. Any time
a class inheriting an abstract class is instantiated, its
constructer would first call the constructor of the
abstract class. Try it yourself.
Plus, the method in the abstract class with the same name
(i.e. its constructer) is always considered as a
constructer and not any regular method. Even when the
constructer is public, you can not invoke the constructer
of an abstract class in a sub class inheriting the abstract
class. That method can not be invoked by our code since it
is an abstract class and can not be instantiated by us

Is This Answer Correct ?    62 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between protected and private?

1146


Will the jvm load the package twice at runtime?

1150


What is the java reflection api? Why it’s so important to have?

1028


What is the difference between arraylist and hashset in java?

1245


Enlist few advantages of inheritance?

1131


How to split arraylist elements in java?

1234


Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?

1142


What is thread pool in java with example?

1067


What is static and final keyword in java?

1077


What is a boolean expression in java?

1077


What are the Main functions of Java?

1134


When should I use a singleton?

1102


What is logical variable?

1047


Explain about the dynamic behavior of core java?

1190


Lowest Common ancestor in a Binary Search Tree and Binary Tree.

986