📚
NoteHub
Home
School
College
About
Contact
Home
/
College
/
BCA
/
Semester 3
/
Object Oriented Programming Java
☕ Object Oriented Programming Java
1. OOP Concepts
Encapsulation, Inheritance, Polymorphism, Abstraction.
class
Main {
public static void
main(String[] args) {
System.out.println(
"Hello Java"
);
}
}
↑