<?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>Polymorphism on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/polymorphism/</link>
    <description>Recent content in Polymorphism 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/polymorphism/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>Rust 学习笔记 15：Traits (特质)</title>
      <link>https://blog.hankmo.com/rust-learning-15-traits/</link>
      <pubDate>Tue, 20 May 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/rust-learning-15-traits/</guid>
      <description>Trait 是 Rust 实现多态的核心机制。它有点像 Java 的 Interface，但又包含了默认实现和关联类型等高级特性。</description>
    </item>
  </channel>
</rss>
