You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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