Skip to content

Commit

Permalink
update content: object oriented programming (OOP)
Browse files Browse the repository at this point in the history
  • Loading branch information
behnamyazdan committed Jul 25, 2024
1 parent e2bcfb5 commit aa6e1e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ class Person:

While this class is straightforward, each instance consumes memory for the attributes `_name` and `_age`. In large-scale applications, efficient use of attributes and careful design can help minimize memory overhead.

##### 2. Techniques for Minimizing Memory Overhead**
##### 2. Techniques for Minimizing Memory Overhead

- **Optimize Attribute Storage:**

Expand Down

0 comments on commit aa6e1e1

Please sign in to comment.