16 results for “topic:static-members”
Object oriented programming in C++
Contains advance C++ topics like std::vector, std::array, multi-threading, lambdas & much more!
Employee case study to implement OOP concepts in C++
Basic example to show use case of OOP concepts and other C#.NET features.
📚 This open-access course will introduce you to object-oriented programming in Java.
Projeto: Sistema jogo de xadrez, desenvolvido para o curso "Java Completo 2023 Programação Orientada a Objetos"
This repository features a collection of over 50+ number programs, all implemented in Java. Solutions for additional programs will be added in the near future.
Create a React to-do app with TypeScript using hooks (useState, useEffect) and type-safe components. Set up a Node.js API with Express and TypeScript for CRUD operations on to-dos, ensuring type-safe requests and responses. Use axios or fetch to connect the frontend with the backend.
Bu proje PatikaAcademy.dev platformunun Başlangıç Seviyesi .Net Core Patikası eğitimi kapsamında Static Sınıf ve Üyeler dersi için yapılmıştır. İçerisinde 1 .gitignore, 1 README, 1 LICENSE dosyası ve 1 Console Application barındırır.
A simple C++ OOP project for bank account management system — shows classes, struct, static members.
My Java Programming 1 solutions and projects. This repository demonstrates my foundational understanding of object-oriented programming, core Java syntax, and problem-solving techniques, covering data types, control structures, and basic algorithms.
Home work 1. PHP Stage 2
a very simple implementation of a 3 * 3 matrix in c++, from back in college
Bank console application implemented using c++ and object-oriented programming paradigm connected and deals with files as a database.
his Java-based School Management System demonstrates core OOP concepts like inheritance, encapsulation, upcasting, and downcasting. It models real-world roles such as Staff, Teacher, and Principal with shared and specific behaviors. Static variables, methods, and blocks are used to manage common resources like the school name.
Date case study using static data members