Skip to content

Commit abef34a

Browse files
Update README.md
1 parent 08ff1d5 commit abef34a

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
11
# Object-Oriented-Programming-OOP-using-Python
2-
Mastering the Concepts of Object Oriented Programming using Python. As its one way of writing code in Python. Important Point is that Python Build-in Functions are also developed using OOP approach. So, its necessary to master OOP concepts and use in Programming. This Repo provides all important Concepts of OOP with Explanation
2+
Mastering the Concepts of Object Oriented Programming using Python. As its one way of writing code in Python. Important Point is that Python Build-in Functions are also developed using OOP approach. So, its necessary to master OOP concepts and use in Programming. This Repo provides all important Concepts of OOP with deep Explanation.
3+
4+
Topics Covered in the Repo are
5+
- Class
6+
- Objects
7+
- Types of Methods
8+
- Inheritance
9+
- Polymorhism
10+
- Encapsulation
11+
- Data Abstraction
12+
13+
Important Point
14+
15+
1. One class have many instances called Objects.
16+
2. Attributes|Property, Behavior, Methods.
17+
3. Attributes define by variables and behavior by methods.
18+
4. Self is used to represent an object in a method.
19+
5. __Init__ is a method for defining Attribute for objects, it's like constructor.
20+
21+
Note: Very important programming Concepts, give max time to work on it.

0 commit comments

Comments
 (0)