<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Object-Oriented-Programming on Compile My Mind</title>
		<link>https://www.compilemymind.com/tags/object-oriented-programming/</link>
		<description>Recent content in Object-Oriented-Programming on Compile My Mind</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<lastBuildDate>Wed, 19 Aug 2026 15:19:19 +0300</lastBuildDate>
		
			<atom:link href="https://www.compilemymind.com/tags/object-oriented-programming/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Object-Oriented Programming Explained: The Four Core Principles</title>
				<link>https://www.compilemymind.com/posts/object-oriented-programming-principles/</link>
				<pubDate>Wed, 19 Aug 2026 15:19:19 +0300</pubDate>
				<guid>https://www.compilemymind.com/posts/object-oriented-programming-principles/</guid>
				<description>&lt;p&gt;The bug looks harmless: a checkout feature needs to change a parcel&amp;rsquo;s weight, so one line of code assigns a new value directly.&lt;/p&gt;&#xA;&lt;p&gt;Nothing crashes. The application keeps running. But the new value is negative, the shipping price becomes nonsense, and now every caller must remember a rule that should have lived in one place.&lt;/p&gt;&#xA;&lt;p&gt;Object-oriented programming is often introduced with animals, vehicles, and a slogan about &amp;ldquo;real-world objects.&amp;rdquo; That can make OOP sound like an exercise in naming classes. Its more useful purpose is this: &lt;strong&gt;put related state and behavior behind boundaries that keep the program valid as it changes&lt;/strong&gt;.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
