EUNO.NEWS EUNO.NEWS
  • All (20349) +286
  • AI (3104) +14
  • DevOps (907) +7
  • Software (10509) +190
  • IT (5781) +75
  • Education (48)
  • Notice
  • All (20349) +286
    • AI (3104) +14
    • DevOps (907) +7
    • Software (10509) +190
    • IT (5781) +75
    • Education (48)
  • Notice
  • All (20349) +286
  • AI (3104) +14
  • DevOps (907) +7
  • Software (10509) +190
  • IT (5781) +75
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 1天前 · software

    接口 vs 抽象类

    Interface 或 Abstract Class?它们非常相似,因此在何时使用每一种都会让人感到困惑。我将在这篇文章中回答这个问题。

    #interface #abstract class #object-oriented programming #Java #design guidelines
  • 2天前 · software

    Quark's Outlines:Python 基础定制

    Quark的提纲:Python 基础定制概览、历史时间线、问题与解决方案 当你在 Python 中创建一个类时,你可以改变你的对象…

    #python #special-methods #dunder-methods #object-oriented-programming #customization
  • 3天前 · software

    JavaScript的秘密生活:蓝图

    ES6 类只是原型的“语法糖”。Timothy 站在黑板前,欣赏自己的作品。他画了一个完美的矩形框。> “终于,”...

    #javascript #es6 #classes #prototypes #syntactic-sugar #object-oriented-programming #web-development
  • 5天前 · software

    Trait Views:在 JavaScript 中无需继承即可暴露行为

    介绍 JavaScript 为我们提供了多种共享行为的方式:inheritance、mixins、composition、通过 TypeScript 的interfaces。然而在更大的系统中,所有这些 t...

    #JavaScript #Trait Views #design patterns #composition #mixins #Rust traits #object-oriented programming #runtime patterns
  • 6天前 · software

    Java 中的静态变量和非静态变量

    非静态实例变量 在 Java 中,非静态变量在类内部但在任何方法之外声明,且不使用 static 关键字。每个对象 o...

    #java #static-variables #instance-variables #object-oriented-programming #memory-management
  • 1周前 · software

    Java 变量

    什么是 Java 中的变量?变量是用于存储数据值的容器。Java 中变量的类型 本地变量 示例:java class Test { void dis...

    #java #variables #local variables #instance variables #static variables #programming tutorial #object-oriented programming
  • 1周前 · software

    第12天:理解 Java 构造函数

    什么是 Constructor?Constructor 是 Java 中的特殊方法,在创建对象时会自动调用。- Constructor 的名称必须与类名相同……

    #Java #constructors #object-oriented programming #OOP #tutorial #programming basics
  • 1周前 · software

    使用 Pyxel 入门 2D 游戏(第5部分):使用类创建角色

    使用类创建角色 !Kajiruhttps://media2.dev.to/dynamic/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads....

    #python #pyxel #game-development #sprites #classes #object-oriented-programming #tutorial
  • 1周前 · software

    过程式编程 vs 面向对象编程(OOP):哪一种更适合程序员?

    封面图片:过程式编程 vs 面向对象编程(OOP):哪一种更适合程序员?

    #procedural programming #object-oriented programming #OOP #programming paradigms #software engineering #code design
  • 2周前 · software

    SQL 让我感到不舒服。

    在我实际的、非理论的理解中,object‑oriented programming 并不仅仅是传统 functional paradigm 的一种替代方案,而常常感觉像是……

    #object-oriented programming #functional programming #React #functional components #state management #UI abstraction #web development
  • 2周前 · software

    对 SOLID 原则的完整解释

    引言 软件很少因为“algorithm was wrong”而直接失败。更常见的是它会慢慢退化:features 变得难以添加,bugs 重新出现,an…

    #SOLID #design principles #single responsibility principle #open-closed principle #liskov substitution principle #interface segregation principle #dependency injection #maintainable code #object-oriented programming
  • 2周前 · software

    Ruby 类与面向对象编程

    基本类 ruby class Test puts :Test.object_id.to_s def test puts :test.object_id.to_s @test = 10 puts :test.object_id.to_s end end t = Test.new t.test 构造函数和实例...

    #ruby #classes #object-oriented programming #OOP #instance variables #constructor #programming examples

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026