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 / saurabh

public class xyz : abc
{
int r = 10;

public xyz()
{
r = 35;


}


}
public abstract class abc
{
public int i = 0;
public abc()
{
i = 10;
}
}

sure , we can create constructor in abstract class.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the exact difference in between unicast and multicast object? Where we will use?

941


Implement a stack with push (), pop() and min() in O(1) time.

1035


In Java list the methods that can be overridden?

951


What modifiers are allowed for methods in an interface?

1096


Is java ee a framework?

931


What is a boolean in java?

1004


Where and how can you use a private constructor?

924


What is re-factoring in software?

981


Can I overload to string method

1389


List down the methods and interfaces of collection class in java.

934


What is variable explain with example?

995


What is better- service oriented or batch oriented solutions?

2147


Explain about version control?

984


What is the maximum size of a string in java?

1004


What is set string?

1084