<?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>Oop on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/oop/</link>
    <description>Recent content in Oop on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Tue, 20 Jan 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/oop/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Rust 学习笔记 23：面向对象特性 (Object Oriented Features)</title>
      <link>https://blog.hankmo.com/rust-learning-23-oop/</link>
      <pubDate>Tue, 20 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/rust-learning-23-oop/</guid>
      <description>Rust 不是传统的 OOP 语言（没有继承），但它提供了 Trait Objects 实现动态多态。谁说没有继承就不能面向对象？</description>
    </item>
    <item>
      <title>Python教程42：综合项目-图书管理系统</title>
      <link>https://blog.hankmo.com/python-tutorial-42-project-library-system/</link>
      <pubDate>Thu, 08 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-42-project-library-system/</guid>
      <description>通过完整的图书管理系统项目，综合运用面向对象编程的所有知识：类、继承、多态、设计模式等。</description>
    </item>
    <item>
      <title>Python教程40：常用设计模式</title>
      <link>https://blog.hankmo.com/python-tutorial-40-design-patterns/</link>
      <pubDate>Thu, 11 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-40-design-patterns/</guid>
      <description>掌握Python常用设计模式：单例、工厂、观察者、装饰器模式等，提升代码设计能力。</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>
    <item>
      <title>Rust 学习笔记 08：结构体 (Structs)</title>
      <link>https://blog.hankmo.com/rust-learning-08-structs/</link>
      <pubDate>Tue, 15 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/rust-learning-08-structs/</guid>
      <description>结构体是 Rust 中自定义数据类型的基石。它不仅像 Go 的 struct 那样承载数据，还是 Rust 面向对象特性的载体（虽然 Rust 并不是纯 OO 语言）。</description>
    </item>
  </channel>
</rss>
