Waivio

oop

Experts

Show more authors

crell

83.58
PeakD

Cutting through the static

Static methods and properties have a storied and controversial history in PHP. Some love them, some hate them, some love having somethin...

albro

293.58
PeakD

Object Oriented Programming By albro

With the help of object-oriented programming, we can better model the complex needs that exist in the real world. In this post, I will e...

ianmcg

34.85
PeakD

1983 K.F. Byrnes Ent. - Support Your Local Fire Department Trading Cards

I recently went thrift shopping and found a bunch of these fire safety trading cards from K. F. Byrnes. I realized they were impossible t...

crell

83.58
PeakD

Object Properties part 2: examples

In my last post, I went over some of the pros and cons of various proposals for making PHP objects more immutable-ish, and the contexts i...

crell

83.58
PeakD

Object properties and immutability

There has been much discussion in recent weeks in PHP circles about how to make objects more immutable. There have been a number of prop...

jacobtothe

5.2 K
PeakD

Assassinorum: Execution Force

Assassinorum: Execution Force was a Games Workshop board game that at first glance seemed to be a gimmick offering a discount deal on exp...

lizzyblue2

133.18
PeakD

A javascript Piano(An invitation to review my code)

In line with doing things on my own, yesterday I built a keyboard with vanilla Js. I watched a tutorial by WebDevSimplified on Youtube an...

leoumesh

1.7 K
Hive.Blog

PASS BY OBJECT REFERENCE FOR MUTABLE DATA TYPES

In the last type we see Pass by Object Reference for immutable data type in python and in this we would do the same for mutable data type...

leoumesh

1.7 K
Hive.Blog

PASS BY OBJECT REFERENCE IN PYTHON

def modify(name): print("Original Name: ",name) print("Original Address of name: ",id(name)) name="U...

leoumesh

1.7 K
Hive.Blog

ABSTRACT CLASS AND METHOD IN JAVA PROGRAMMING

Abstraction is yet another important aspect of object oriented programming language. Think it as a really simple example, you might have ...

leoumesh

1.7 K
Hive.Blog

INEHRITANCE IN JAVA PROGRAMMING!

INEHRITANCE IN JAVA PROGRAMMING! Inheritance is one of the most important characteristic of object oriented programming language. It is t...

leoumesh

1.7 K
Hive.Blog

USING GETTER AND SETTER IN JAVA

Getters and Setters are required to protect your data from interference from outside of the class. In my previous post, you can see the ...
AI
Waivio AI Assistant
How can I help you today?