Click here to Skip to main content
15,867,488 members
Everything / Encapsulation

Encapsulation

encapsulation

Great Reads

by Marco-Hans Van Der Willik
This article continues with the development of the SOLID Poker project, and covers functionality to Compare and Validate Poker Hands.
by Maxim Komlev
Task Scheduler JavaScript library
by Shawn Lawsure
Implementing modularization and encapsulation in JavaScript
by RPGillespie
Generate a quick pcap file with a custom packet

Latest Articles

by Shawn Lawsure
Implementing modularization and encapsulation in JavaScript
by Marco-Hans Van Der Willik
This article continues with the development of the SOLID Poker project, and covers functionality to Compare and Validate Poker Hands.
by Marco-Hans Van Der Willik
There are a surprising number of variations on poker rules, making poker an excellent candidate for a SOLID Project, a project illustrating SOLID Principles and related Patterns & Practices.
by _Ankit_Singh_
There are 4 fundamentals ideas of Object Oriented Programming. They have the wonderful terms – Abstraction, Polymorphism, Inheritance, Encapsulation. One way to remember these is the acronym APIE. Let’s dive in each of them one by one.

All Articles

Sort by Updated

Encapsulation 

3 Oct 2017 by Shawn Lawsure
Implementing modularization and encapsulation in JavaScript
7 Apr 2017 by Marco-Hans Van Der Willik
This article continues with the development of the SOLID Poker project, and covers functionality to Compare and Validate Poker Hands.
30 Mar 2017 by Marco-Hans Van Der Willik
There are a surprising number of variations on poker rules, making poker an excellent candidate for a SOLID Project, a project illustrating SOLID Principles and related Patterns & Practices.