Skip to content

Fix: Update terminology in OOP concept descriptions #120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rahulsingh40g
Copy link

This PR updates the terminology in various README files to correctly distinguish between fundamental OOP concepts and other key OOP concepts.

The four fundamental concepts of OOP are:

  1. Abstraction
  2. Encapsulation
  3. Inheritance
  4. Polymorphism

This is supported by numerous academic sources and textbooks:

  • "Object-Oriented Analysis and Design with Applications" by Grady Booch
  • "Object-Oriented Software Engineering" by Ivar Jacobson
  • "Design Patterns: Elements of Reusable Object-Oriented Software" by Gang of Four

Changes made:

  • Updated terminology in composition READMEs across all language folders (cpp, java, python, golang, csharp) to use "key concept" instead of "fundamental concept"
  • Updated terminology in association READMEs across all language folders to use "key concept" instead of "fundamental concept"

This change helps maintain accuracy in OOP terminology while still emphasizing the importance of composition and association as key concepts in object-oriented design.

Rahul Singh added 2 commits May 13, 2025 17:25
…composition and association READMEs across all language folders
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant