Java Oops - Java Object Oriented Programming System

Here you will get a free Java Oops tutorial that will guide you to learn Java from basic to advanced levels. These Java Oops tutorials are written for absolute beginners who do not have any pre-knowledge in Java language.



Note: After clicking on any topic you will get a separate blog for each topic and in that blog, you will get complete knowledge about the topic from basic to advance level. 

Object-Oriented Programming (OOP): 

1. Class and Object

2. Encapsulation

3. Abstraction

4. Inheritance

5. Polymorphism


Hands-on Coding Exercises:

1. Class and Objects:

1. Java Program to Create a class Box that uses a parameterized constructor to initialize the dimensions of a box.

2. Create a new class called Calculator with the A static method called powerInt

3. Java program to Design a class that can be used by a health care professional to keep track of a patient’s vital statistics.

2. Encapsulation and Abstraction:

1. Java program Encapsulation and Abstraction to Create a class Author with the information

3. Inheritance:

1. Java Program to Create a class named ‘Animal’ which includes methods like eat() and sleep().

4. Polymorphism:

1. Java Program to Create a base class Fruit with name ,taste and size as its attributes.

2. Write a java program to create a class named shape. It should contain 2 methods, draw() and erase() that prints “Drawing Shape” and “Erasing Shape” respectively.