Java Method Overriding: Program Implementation
Write a JAVA program to implement Method Overriding for following inheritance : (Assume suitable data ) Abstract Class : Shape dim1, dim2, disp( ) abstract area ( ) Class: Rectangle getd( ), area (...
Write a JAVA program to implement Method Overriding for following inheritance : (Assume suitable data ) Abstract Class : Shape dim1, dim2, disp( ) abstract area ( ) Class: Rectangle getd( ), area (...
Write a program to implement the following Multiple Inheritance: Class Student Name, roll_no Mark 1, Mark2 Interface: Exam Percent_cal( ) Class: Result Display( )
Write a program to implement the following Multi-Level Inheritance: Class: Account Cust_name , acc_no Class: Saving_Acc Min_bal, saving_bal Class:Acct_Details Deposits, withdrawals import java.lang.*; import java.io.*; class Account { String cust_name; int acc_no; Account(String a,...
Write a JAVA program to implement a Vector that accepts five items from the command line and store them in a Vector and display the objects stored in a Vector. import java.lang.*; import...
Write a program to accept the value of Apple sales for each day of the week (using an array of type float) and then, calculate the average sale of the week. import java.lang.*; import...
Write a program to Implement a program to accomplish the following task using string/string Buffer class: i. Accept a password from the user. ii. Check if password is correct then display “Good” Else display...
Write a program to accept a string from the console and count number of vowels, constants, digits, tabs and blank spaces in a string. import java.io.*; class q5vowels { public static void main(String args[])...
Write a program to define a class Employee to accept emp_id, emp _name, basic_salary from the user and display the gross_salary. import java.lang.*; import java.io.*; class Employee { int emp_id; String emp_name; float basic_salary;...
Write a program to define a class Fraction having data members numerator and denominator. Initialize three objects using different constructors and display its fractional value. import java.lang.*; import java.io.*; class Fraction { double numerator,denominator,fraction;...
Write a program to define a class student with four data members such as name, roll no., sub1, and sub2. Define appropriate methods to initialize and display the values of data members. Also, calculate...
Write a program to define a class having one 3-digit number, a ‘num’ as a data member. Initialize and display reverse of that number. import java.lang.*; class q1Reverse { int num,r=0,s=0; q1Reverse(int n) { num...
Here is a list of the Nepalese sites which are infected by Ransomware known as WannaCry. Please do not visit this site for testing also. The most deadly ransomware worm known as WannaCrypt, WannaCry,...
If you are a Nepalese and reading this, you are the 1% who is capable of reading and understanding English. I guarantee you that whatever you are going to read from here onward in...
Bahubali 2 (Nepali: बाहुबली द्वितीय), a South Indian movie has set a new record in Nepal. Among all other Bollywood movies, Bahubali 2 was able to generate more revenue and winning the hearts of...
Recent Comments