Get Started. It's Free
or sign up with your email address
Class by Mind Map: Class

1. ประเภทของคลาส Class

1.1. มี Main

1.2. ไม่มี Main

1.3. Abstack

1.4. Interface Class

2. Medthod

2.1. Acessibility

2.2. Modifier

2.3. Void Return

2.4. รับค่าพารามิเตอร์

3. ประเภทของ Medthod 4 ประเภท

3.1. Life Cycle

3.1.1. เช่น Main เเละ On Create สำหรับควบคุมหรือปิดสั่งการ

3.2. ธรรมดามี Body

3.3. Abstract มีเเต่ชื่อ

3.4. Constructor ชื่อเดียวกับคลาส

4. ตัวเเปร Variable

4.1. Accessibility

4.1.1. Default

4.1.2. Public

4.1.3. Private

4.1.4. Protected

4.2. Modifier

4.2.1. Static

4.2.2. Non Static

4.3. Data Type

4.3.1. ประเภทข้อมูลเช่น Int,Double

4.4. Assign Value

4.4.1. เช่น Public Static Int a=2

4.5. ตำเเหน่งตัวเเปร

4.5.1. Local

4.5.2. Field

4.5.3. Field In Type

5. คลาสที่มี Main Oncreate เรียกเมดธอดของ Class อื่นมาทำงาน

5.1. วิธีที่ 1 สร้าง Object ของคลาสนั้น เพื่อเรียกเมธอด

6. OOP Concepts