Calculate grade with CRUD operations and object-oriented concepts(Encapsulation, Abstraction, Polymorphism)
-
Updated
May 20, 2022 - C++
Calculate grade with CRUD operations and object-oriented concepts(Encapsulation, Abstraction, Polymorphism)
A simple Healthcare Management System for managing doctors and appointments. This system allows an administrator to perform various operations such as adding, updating, deleting, and searching for doctors and appointments, while utilizing indexing techniques to enhance data organization and retrieval.
A C++ program to create, store, and manipulate a set of fixed-length records using a B-tree index on a binary file. The project implements essential operations like insertion, deletion, search, and displaying the structure of the B-tree.
TodoApp is a lightweight and intuitive mobile application built with Flutter that helps you manage your daily tasks effectively. The app leverages the SQFlite package to store your to-do items locally on your device, ensuring offline functionality and fast data access. For state management, it uses Riverpod, providing a robust and scalable architec
Personal training project : getting used to C++
Add a description, image, and links to the crud-operations topic page so that developers can more easily learn about it.
To associate your repository with the crud-operations topic, visit your repo's landing page and select "manage topics."