8000 update README.md · MhmDSmdi/Basic-Java-Course@c3665de · GitHub
[go: up one dir, main page]

Skip to content

Commit c3665de

Browse files
committed
update README.md
1 parent 0c9b5ab commit c3665de

File tree

2 files changed

+67
-31
lines changed

2 files changed

+67
-31
lines changed

.idea/workspace.xml

Lines changed: 44 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Basic Java Course
2+
Introduction to java programming for getting start android developing. This course has two section as below.
3+
4+
## Section1 : Java Syntax
5+
* What is Java?
6+
* Installing JDK and SDK
7+
* Hello World
8+
* Java Main Method
9+
* Java Syntax
10+
* Java Variables
11+
* Java Data Types
12+
* Java Operations
13+
* Java Classes
14+
* Java Fields, Method
15+
* Java Access Modifiers
16+
17+
## Section2 : Object Oriented in Java
18+
* What is OOP?
19+
* Java Inheritance
20+
* Java Abstract Class
21+
* Java Polymorphism
22+
* Java Enums
23+
* Project1: Calculator!

0 commit comments

Comments
 (0)
0