<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>面向对象 on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1/</link>
    <description>Recent content in 面向对象 on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Fri, 26 Dec 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Python教程41：面向对象最佳实践</title>
      <link>https://blog.hankmo.com/python-tutorial-41-oop-best-practices/</link>
      <pubDate>Fri, 26 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-41-oop-best-practices/</guid>
      <description>总结Python面向对象编程的最佳实践：SOLID原则、命名规范、设计技巧，写出优质的OOP代码。</description>
    </item>
    <item>
      <title>Python教程39：元类（Metaclass）</title>
      <link>https://blog.hankmo.com/python-tutorial-39-metaclass/</link>
      <pubDate>Thu, 13 Nov 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-39-metaclass/</guid>
      <description>理解Python元类：type的本质、自定义元类、__new__/__init__区别，掌握Python对象系统的底层机制。</description>
    </item>
    <item>
      <title>Python教程38：多重继承与MRO</title>
      <link>https://blog.hankmo.com/python-tutorial-38-multiple-inheritance-mro/</link>
      <pubDate>Fri, 24 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-38-multiple-inheritance-mro/</guid>
      <description>理解Python多重继承：语法、方法解析顺序（MRO）、菱形继承问题、super()的工作原理，掌握复杂继承关系的处理。</description>
    </item>
    <item>
      <title>Python教程37：抽象基类（ABC）</title>
      <link>https://blog.hankmo.com/python-tutorial-37-abstract-base-class/</link>
      <pubDate>Wed, 22 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-37-abstract-base-class/</guid>
      <description>掌握Python抽象基类：abc模块、@abstractmethod装饰器、接口设计，实现规范化的OOP编程。</description>
    </item>
    <item>
      <title>Python教程36：属性（Property）与描述符</title>
      <link>https://blog.hankmo.com/python-tutorial-36-property-descriptor/</link>
      <pubDate>Sun, 14 Sep 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-36-property-descriptor/</guid>
      <description>掌握Python属性管理：@property装饰器、getter/setter、描述符协议，实现优雅的属性访问控制。</description>
    </item>
    <item>
      <title>Python教程35：类方法与静态方法</title>
      <link>https://blog.hankmo.com/python-tutorial-35-class-static-methods/</link>
      <pubDate>Tue, 26 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-35-class-static-methods/</guid>
      <description>理解Python的@classmethod和@staticmethod：类方法、静态方法与实例方法的区别，掌握不同方法类型的使用场景。</description>
    </item>
    <item>
      <title>Python教程34：魔术方法（Magic Methods）</title>
      <link>https://blog.hankmo.com/python-tutorial-34-magic-methods/</link>
      <pubDate>Mon, 28 Jul 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-34-magic-methods/</guid>
      <description>深入Python魔术方法：__init__、__str__、__repr__、运算符重载、容器协议，掌握Python对象的内部机制。</description>
    </item>
    <item>
      <title>Python教程33：多态</title>
      <link>https://blog.hankmo.com/python-tutorial-33-polymorphism/</link>
      <pubDate>Tue, 24 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-33-polymorphism/</guid>
      <description>理解Python多态：接口统一、动态类型、鸭子类型，掌握面向对象编程的灵活性。</description>
    </item>
    <item>
      <title>Python教程32：继承</title>
      <link>https://blog.hankmo.com/python-tutorial-32-inheritance/</link>
      <pubDate>Sat, 10 May 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-32-inheritance/</guid>
      <description>掌握Python继承机制：父类与子类、方法重写、super()函数、多重继承，理解代码复用的强大工具。</description>
    </item>
    <item>
      <title>Python教程31：类与对象基础</title>
      <link>https://blog.hankmo.com/python-tutorial-31-classes-and-objects/</link>
      <pubDate>Thu, 17 Apr 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-31-classes-and-objects/</guid>
      <description>理解面向对象编程：类的定义、对象的创建、实例属性和方法，掌握OOP的基本概念。</description>
    </item>
  </channel>
</rss>
