0% found this document useful (0 votes)
2 views32 pages

Javacontent

The document is an index for practical programming assignments, listing various tasks such as creating a simple calculator, demonstrating the 'this' and 'super' keywords, and showcasing different types of inheritance and polymorphism. Each practical task is numbered but lacks specific details like submission dates and signatures. The tasks cover fundamental programming concepts and require the implementation of various programming techniques.

Uploaded by

akkuftp7081
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views32 pages

Javacontent

The document is an index for practical programming assignments, listing various tasks such as creating a simple calculator, demonstrating the 'this' and 'super' keywords, and showcasing different types of inheritance and polymorphism. Each practical task is numbered but lacks specific details like submission dates and signatures. The tasks cover fundamental programming concepts and require the implementation of various programming techniques.

Uploaded by

akkuftp7081
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 32

INDEX

PRACTICAL SUBMISSION
S.NO. PRATICAL NAME DATE DATE SIGNATURE REMARK

01.

02.

03.

04.

05.

06.

07.

08.

09.
// WAP for addition of two numbers.
// WAP for creating simple calculator take inputs from
user.
Write a program to show 3 use cases of this keyword?
// Write a program to show 3 use cases of super keyword ?
//Write a program to demonstrate constructor chaining?
//Write a program to show overloading by changing the
no. of arguments ?
//Write a program for overloading by changing data type
of arguments ?
//Write a program to show overriding ?
//Write a program to show runtime polymorphism ?
//Write a program for single level inheritance ?
//Write a program for multilevel inheritance ?
//Write a program for hierarchical inheritance?
//Write a program for hybrid inheritance ?
//Wite a program for static block , static method and static
variable ?
//Write a program to show multiple inheritance achieved
by interface ?
//Write a program for abstract class ?
//Write a program where one concrete class extend
abstract class and give the definition of abstract class ?
//Write a program to create a package mypackage and
save class file ?
//Write a program for creating com.google.hr then store
the class ?
//Write a program for any 10 Patterns ?
//write a program to show for loop , while loop and do
while loop ?
//write a program to perform addition subtraction ,
multiplication, and division on two numbers entered by
the user

You might also like