Skip to content
Menu
Code for Java c
  • Home
  • Java
    • Java Examples
    • Java tutorials
  • C
    • C tutorials
    • C Examples
  • C++
    • C++ Tutorials
    • C++ Examples
  • Python
    • Python Tutorials
    • Python Examples
  • About
    • About me
    • contact us
    • disclaimer
    • Privacy Policy
Code for Java c

Category: Oop java

Java class and main method explanation

Posted on March 10, 2017February 7, 2020

Java class and the main method In this tutorial, we will discuss the concept of Java class and the main method. In this post, we are going to learn how to create Java class and main method Explanation of Java class and the main method In the above code example in Java, We are using…

Abstract class in Java programing language

Posted on February 24, 2017January 29, 2020

Abstract class in Java programing language In this tutorial, we will discuss the OOP concept of abstract class in Java programing language. Abstraction is one of the Oop concepts.  A class that contains at least one abstract method is known as an abstract class. The abstract class is a class which contains at least one…

Method overriding in Java language

Posted on February 10, 2017January 17, 2020

Method overriding in Java language In this tutorial, we will discuss the concept of method overriding in Java language. We have already looked at method overloading in Java. Now, we will learn method overriding in Java. Method overriding looks like method overloading with some difference. When a subclass has the same method as the one declared…

Encapsulation in Java programming language

Posted on February 10, 2017January 29, 2020

Encapsulation in Java programming language In this tutorial, we will discuss the concept of the Encapsulation in Java programming language Encapsulation is one of the most important concepts of Oop programs. Other some Oop concepts are inheritance, polymorphism and abstraction Basically, It is used for security purposes in Java. We can use it in ATM, password…

Interface in Java programming language

Posted on February 4, 2017January 29, 2020

Interface in java programming language In this tutorial, we will discuss the Interface in Java programming language   An interface in Java similar a class but it is not a class. It is the blueprint of a class. An interface can contain any number of data-members and methods with an empty implementation. A Java interface…

Inheritance in Java programming language

Posted on February 3, 2017December 27, 2019

Inheritance in Java programming language In this tutorial, we will discuss the subject of Inheritance in Java programming language Inheritance is one of the most effective concepts or feature of Oop paradigm. This helps to establish a link or connectivity between two or more classes. Inheritance helps to access properties(State and behaviours) and methods of…

Multilevel inheritance in Java language

Posted on February 2, 2017December 27, 2019

Multilevel inheritance in Java language In this tutorial, we will discuss the subject of Multilevel inheritance in Java language Already, we have looked at multilevel inheritance in  Inheritance in Java. Multilevel inheritance is one a concept in Java inheritance.  A base class is inherited by a intermediate class and this derived class is inherited by…

The method in Java programming language

Posted on July 16, 2016January 28, 2020

method in Java programming language In this tutorial. we will discuss the method in the Java programming language Java method The method is one of the important concepts for oop program languages similar to java. A method is just a segment of code that does a particular job a Java method has a collection of…

tag

Addition (6) Array (38) C++ language (91) C language (98) c sharp (23) Division (6) Function (29) if else (32) Java language (102) JavaScript (5) loops (137) Multiply (7) Oop (2) patterns (65) PHP (13) Python Language (38) Subtraction (7) temperature (20)

Archives

Categories

Address

Global information technology

Puloly south, PointPedro

Jaffna

Srilanka

©2025 Code for Java c | Powered by SuperbThemes