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;
}