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 we inherit the constructor in a Class?please give one
example.

Answer Posted / brijendra kumar(java xavient)

We connot inherit the constructor in class beause the
construtor name is same as the class name.

class Brijendra
{
int x,y;
Brijendra(int a , int b) //constructor of class
{
a=x;
b=y;
}
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about instanceof operator in java?

1119


How do you replace all in word?

1131


Explain the difference between arraylist and linkedlist in java?

1027


What is double checked locking in singleton?

1107


How do you reverse a string in java?

1206


How to declare an arraylist in java?

1193


Why java is object oriented?

1082


What are the java ide’s?

1092


Difference between predicate, supplier and consumer ?

1112


Write an algorithm for quick sort?

1084


How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?

1148


Can you extend main method in java?

1255


What are the main concepts of oops in java?

1854


How do I remove a character from a string in java?

1006


What is 16 bits called?

986