Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / encapsulation

Encapsulation

encapsulation

Great Reads

by RPGillespie
Generate a quick pcap file with a custom packet
by Shawn Lawsure
Implementing modularization and encapsulation in JavaScript
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 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.

Latest Articles

by RPGillespie
Generate a quick pcap file with a custom packet
by Shawn Lawsure
Implementing modularization and encapsulation in JavaScript
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 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.

All Articles

Sort by Score

encapsulation 

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.
by Keyhole Software
Encapsulation approach to bring data sources and implementations closer together, allowing reflection-like behavior in a format that mere mortals can read.