Program
a program to prove that default constructor of super class is available to subclass by default. Define a parameterize constructor for super class to store name = â??Tommyâ?? age=â??23â?? and call this constructor in subclass.
View Answers
August 5, 2011 at 3:48 PM
class Superclass{
Superclass(){
}
Superclass(String name,int age){
name="Tommya";
age=23;
System.out.println(name);
System.out.println(age);
}
}
class Subclass extends Superclass{
Subclass(){
super("",0);
}
public static void main(String[]args){
Subclass sub=new Subclass();
}
}
Ads
Related Tutorials/Questions & Answers:
program
program write a html
program in show table and this word
in box
program
program write a
program different between to dates in terms of days in java
Advertisements
program
program write a javascript
program to create a application form with validation
program
program write a
program reversee a string.
input-hi this is roseindia
output-roseindia is this hi
program
program develop a servlet to insert the data in the database from our
program in the table stored in the database
program
program WAP a java
program to form 1/2+3/4+5/6+7/8 series
program
program write a java
program to input a no. and print wheather the no. is a special no or not. (special no. are those no whose factorial of the sum of digit of the no is same as the original
program
program how to improve programming skills plss tell some tips..i am understanding concepts but unable to write
program so,pls give some guideness plsss
Program
Program a
program to prove that default constructor of super class is available to subclass by default. Define a parameterize constructor for super class to store name = â??Tommyâ?? age=â??23â?? and call this constructor
Program
Program a
program to create two classes Commercial and Domestic. Override the method calculatebill() of Commercial class(Rs.8 per unit) into Domestic class(Rs 6 per unit) to compute electricity bill for both classes
program
program no i want a
program that shows how merge sort algorithm works in graphical representations like numbers are taken in circles and computation... in rectangles or circles wat ever it may be. the theme of
program is to show algorithm
program
program Write a JSP
Program, which displays a web page containing the name of the Courses, Courses being offered currently, number of students enrolled in each course, new courses to be offered, eligibility criteria for taking
program
program i want a progra in java to print a sentence in alphabetic order, taking the input from the user.the
program should writen without using the array
for example : if input= this is a cat
then output sould = a cat
program
program Write a JSP
Program, which displays a web page containing two web links one for your profiling and other for the schedule of theory of practical classes of your Batch. When one click on link for getting your profile
program
program Write a
program to print details of a week for a particular day using array of objects Integer and String.
OUTPUT:
First Day of Week is Monday
Second Day of Week is Tuesday
Third Day of Week is Wednesday
Forth Day
java program for
java
program for java
program for printing documents,images and cards