incapsulation
There are 20 repositories under incapsulation topic.
quasilyte/fileprivate
A Go linter that enforces more strict members access rules inside packages
thuongtruong1009/java-oop-training
Traning about Java and Object-Oriented-Programming projects. Join me and contribute to it!
Mwapsam/ruby-capstone
In this project, you can create items (games, music albums, books) and store them in a database. This is Ruby capstone project for Microverse program.
bursasha/cpp-matrix-calculator
Matrix calculator in C++ using OOP, polymorphism, STL, parsers, variety of algorithms 🧮
MaximLevchenko/CPP-Custom-Excel
This C++ project provides a robust implementation of a spreadsheet processor, simulating functionality typical of software like Microsoft Excel or Google Sheets.
shwetaodel/Java-Programs
All Core Java programs
sou121ma/Contact-Management-System
A console based project using concept of BASIC JAVA, OOP, ENCAPSULATION, CONSTRUCTOR , TREEMAP with the features adding, viewing, deleting, updating,
themasterid/hw_python_oop
ЯП - Спринт 2 - модуль калькулятора калорий и денег. Python-разработчик (бекенд) (Яндекс.Практикум)
AJIEKCanderG/job4j_tracker
Учебный проект уровня "Intern/Junior". CRUD-приложение с консольным интерфейсом.
igushkin/3-java-core
Part of the course from Yandex "Java developer". Java Standard Library and its features
IlyaChvanov/Animals
🦊🐾A standard project on inheritance
IlyaChvanov/String
Self made std::string
masterlid/oop-vs-fp
Репозиторий к видео «Что такое ООП? Часть #2»
yuliyaklimava/lab1
Software implementation of the class (square) with fields, methods and constructors
yuliyaklimava/lab2
Extension of lab 1 with methods CompareTo(), ToString(), overloading operations and methods, array of objects, etc.
Eatmeta/RationalNumbers
The Practice "Rational Numbers"
MichaelFish199/SamplePythonClasses-ObjectOrientedProgrammingProject
SamplePythonClasses-ObjectOrientedProgrammingProject is a project that demonstrates the concepts of object-oriented programming using the Python programming language. The project covers topics such as class inheritance, polymorphism, and encapsulation, and includes examples of real-world applications of these concepts.
risahamm/Matrix_oop.h
Implementation of the matrix library using the object-oriented approach in C++17.
sealkeen/MediaStreamer.Domain
Multi-Platform Domain Entities for Media Streamer (submodule)
subhash-151/InheritanceDemo1
Describe all the type of inheritance(Single ,Multilevel, Multiple, hierarchical and Hybrid Inheritance) and Polymorphism(method overloading and Method Overriding) and also described OOPS concept