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...

what is inheritence

Answer Posted / prabhukalyan dash

Inheritence is the process by which one class can acquired
the proporties of other.and it is used for Reusability i.e
can add more functionality.

Base class is the existing class where as the class which
inherits from the base class is known as Derived class.

If there is a class A and Class B then class B can inherit
the features of Class A as shown below

Class B extends A
{
// you will get all functions or variables from A
except private variables.

// apart from existing functions you can add new functions

}

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to make elements invisible?

1171


What is the Infinity property used for in Javascript?

1063


What is the difference between local storage & session storage?

968


If 2 methods have same name and same number of parameters, which one will be executed first?

988


What would be the result of 3+2+”7″?

1534


Whether JavaScript has concept level scope?

1132


How do I activate javascript on my phone?

1067


Event bubbling and Event Capturing in JavScript?

1051


What are JavaScript Cookies?

983


What is purpose of onerror event handler in javascript?

982


How do I use an external javascript file?

1085


Can javascript code be broken in different lines?

1135


Is function a data type in javascript?

1094


Why javascript is called as script for all browsers?

1058


Where are cookies actually stored on the hard disk?

1012