Skip to main content
HyC Tech Notes Logo
  • Course
  • main web
  • My Channel
  • Course
  • main web
  • My Channel

Category: Algorithm

All Other Front-End CP Python Java C++ Algorithm CCNA Git Django/Flask
Posted on: December 13th, 2025

物件導向(OOP) 在 Java, Python, JS, C++中的詮釋

在學習每個語言時,都一會學到每個語言的 “物件”,但隨著學習的語言越來越多,我也漸漸的開始混淆了。 這篇文章就來深度探討一下物件導向(OOP) 在 Java, Python, JS, C++中的詮釋 。 (本篇文章非Java, […]

  • Java:Class-based Object
  • Python:Everything is an Object
  • JavaScript:Prototype-based Object-Oriented
  • C++:Object = memory layout
  • Java:教科書級的物件導向
  • Python:物件導向只是「工具」
  • JavaScript:物件導向 ≠ class
  • C++ : 物件就是你定義的記憶體區塊
H.Y. Chen
HyC Tech Notes Logo

Made with ❤️ by RedOxbird