Advantages of Inheritance in java.

Answer Posted / prasanna

java is a object oriented programming language in this
inhertiance is the one of the part. can we say inhertiance
can be use for all classes and it is used for inhert the sub
class from the super class

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define class?

525


How do I know if java is installed?

528


Is break statement can be used as labels in java?

520


Can I overload to string method

979


What is the range of the short type?

602






Is arraylist an object in java?

614


What is data movement?

669


What does || || mean in math?

521


Why do we use variables?

519


Say you want to store the information about a number of pets in an array. Typical information that you could store for each pet (where relevant) would be • Breed of animal • Animal's name • Its birth date • Its sex • Whether it has been sterilised or not • When it is due for its next inoculation • When it last had its wings clipped For each type of pet (eg. dog, cat or bird) you would typically define a class to hold the relevant data. Note: You do not need to implement these classes. Just answer the following questions. 3.1.1 What would be the advantage of creating a superclass (eg. Pet) and declaring an array of Pet objects over simply using an array of Objects, storing each of the instances of the different pet classes (eg. Dog, Cat or Bird) in it? 3.1.2 Would you define Pet as a class or as an interface? Why? (2) (2)

1356


Who is the owner of java?

549


How do you identify if jvm is 32-bit or 64-bit from java program?

544


How big is a boolean?

590


Can we declare a constructor as final?

687


How to check if a list is sorted in java?

594