TutorialsBazaar

← Back

Learn Java Programming

Module 12/20

Core Java - OOP Concepts

Module 12 of 20

OOP concepts include encapsulation, inheritance, polymorphism, and abstraction.

OOP ā¤ŽāĨ‡ā¤‚ encapsulation, inheritance, polymorphism ⤔⤰ abstraction ā¤ļā¤žā¤Žā¤ŋ⤞ ā¤šāĨˆā¤‚āĨ¤

#include <stdio.h>

int main() {
    printf("Welcome to Core Java - OOP Concepts");
    return 0;
}