EUNO.NEWS EUNO.NEWS
  • All (20993) +299
  • AI (3155) +14
  • DevOps (933) +7
  • Software (11054) +203
  • IT (5802) +74
  • Education (48)
  • Notice
  • All (20993) +299
    • AI (3155) +14
    • DevOps (933) +7
    • Software (11054) +203
    • IT (5802) +74
    • Education (48)
  • Notice
  • All (20993) +299
  • AI (3155) +14
  • DevOps (933) +7
  • Software (11054) +203
  • IT (5802) +74
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 1 day ago · software

    Interface vs Abstract class

    Interface or Abstract Class? They are very similar, and therefore it can be confusing to know when to use each one. I’m going to answer this question in this a...

    #interface #abstract class #object-oriented programming #Java #design guidelines
  • 2 days ago · software

    Quark's Outlines: Python Basic Customization

    Quark’s Outlines: Python Basic Customization Overview, Historical Timeline, Problems & Solutions When you make a class in Python, you can change how your objec...

    #python #special-methods #dunder-methods #object-oriented-programming #customization
  • 3 days ago · software

    The Secret Life of JavaScript: The Blueprint

    ES6 Classes are just “syntactic sugar” for prototypes Timothy stood at the chalkboard, admiring his work. He had drawn a perfect, rectangular box. > “Finally,”...

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

    Trait Views: exposing behavior in JavaScript without inheritance

    Introduction JavaScript gives us many ways to share behavior: inheritance, mixins, composition, interfaces via TypeScript. Yet in larger systems, all of them t...

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

    Static and Non-Static Variables in Java

    Non-Static Instance Variables In Java, a non‑static variable is declared inside a class but outside any method, without using the static keyword. Each object o...

    #java #static-variables #instance-variables #object-oriented-programming #memory-management
  • 1 week ago · software

    Java Variables

    What is a Variable in Java? A variable is a container used to store data values. Types of Variables in Java Local Variables Example: java class Test { void dis...

    #java #variables #local variables #instance variables #static variables #programming tutorial #object-oriented programming
  • 1 week ago · software

    Day 12: Understanding Constructors in Java

    What is a Constructor? A constructor is a special method in Java that is automatically called when an object is created. - The constructor name must be the sam...

    #Java #constructors #object-oriented programming #OOP #tutorial #programming basics
  • 1 week ago · software

    Getting Started with 2D Games Using Pyxel (Part 5): Creating Characters with Classes

    Creating Characters with Classes !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 week ago · software

    Procedural Programming vs Object-Oriented Programming (OOP): Which One Is Better for Programmers?

    markdown !Cover image for Procedural Programming vs Object‑Oriented Programming OOP: Which One Is Better for Programmers?https://media2.dev.to/dynamic/image/wid...

    #procedural programming #object-oriented programming #OOP #programming paradigms #software engineering #code design
  • 2 weeks ago · software

    SQL makes me uncomfortable.

    In my working not theoretical understanding, object‑oriented programming is not merely an alternative to the traditional functional paradigm but often feels lik...

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

    A solid explanation to SOLID Principle

    Introduction A piece of software rarely fails because “the algorithm was wrong.” More often it degrades slowly: features become hard to add, bugs re‑appear, an...

    #SOLID #design principles #single responsibility principle #open-closed principle #liskov substitution principle #interface segregation principle #dependency injection #maintainable code #object-oriented programming
  • 2 weeks ago · 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