Object Oriented Programming LAB FILE
LIST OF PROGRAMS
S.No |
PROGRAMS |
||
1. |
Introduction to Java. |
|
|
2. |
Write a Program to Print
HelloWorld. |
|
|
3. |
Write a Program to add two numbers
with out Scanner. |
|
|
4. |
Write a program to perform all
mathematical calculations without Scanner. |
|
|
5. |
Write
a program two sum two numbers by taking user input. |
|
|
6 |
Write a program to make menu using
Switch case. |
|
|
7. |
Write a
Program to perform single inheritance that can solve a real life reusability
problem. |
|
|
8. |
Write a program showing multi level
inheritance where each class at new features and inherit some features from
the base class |
|
|
9 |
Write a program to perform multiple
inheritance using interfaces |
|
|
10. |
Write a program of abstract class |
|
|
11. |
Write a program to perform
exception handling using try and catch |
|
|
12. |
Write a program to create an
application using swing |
|
|