static-method
There are 28 repositories under static-method topic.
iCode4DotNET/SadrToolsLibrary
This is a Class Library Project for Common and Usefull Methods
mostrovski/digitaliseme
A demo PHP project showcasing building the MVC application from scratch.
Sarah627/Java_miniatures
This repo is a full guide to learn java language in addition to software engineering principles, also it contains mini-applications on java from scratch -basic concepts- to small | mid-sized java projects
ShababAhmedd/CSE111_OOP
This repository contains all the lab assignments done in the CSE111 course of BracU
javamultiplex/java-8-features
Explanation of Java 8 new features with example
mtsousa/Topicos-ADCS-2022-1_Attitude-Determination
Rede neural para determinação da atitude de satélites.
ostad-ai/Python-Everything
Here, we talk about the programming language, Python.
QuackingCat/virtual-static-method
A C# class that provides "virtual behaviour" to a static method.
florinbrd/SDJ1
SDJ1 class (1st Semester) - Java
GabrielDesmodus/bank_project
Simple bank account manager for Java practice(classes, constructors, getter-setters, methods)
ganesh-nag/Jigsaw-Modularity
Explains Jigsaw Modular design
LuizBenguigui/Desenvolve_40_Mais_Modulo2
Curso de Python na LetsCode do Projeto Magalu Desenvolve40+ - Módulo 2 (Programação Orientada a Objetos | Python)
Mouizuddin/advanced-python
Here in this section you’ll find Python code that teach you advanced concepts so you can be on your way to become a master of the Python programming language. After the intermediate-level you can start digging into these codes that will teach you advanced Python concepts and patterns.
nabin88/python_OOP
This folder contains basics of OOP in Python with the examples of some well known modelings using object oriented programming in Python.
sarvagya-dubey/PythonOOPConcepts
This repository contains basic examples illustrating concepts of Object Oriented programming with Python. You get to know how to write a class in python, initialize instances, class variables, inheritance in Python, writing getters and setters and the use of @classmethod, @staticmethod, @property and dunder-methods like __repr__, __str__, __len__ and __add__ and implementing a Singleton class in Python
simranfarrukh/fairytale
Using inheritance, association, overriding, enums, lombok, and static methods to translate a description of the inhabitants of a game world into a set of classes that could serve as part of a model for a game or gaming utility.
xtina-lt/First-National-North-Pole
Faux banking python project. Shows understanding of python fundamentals (variables, lists, functions, control statements, objects [dictionaries, classes]). Plays with ternary opertors and list comprehension. Shows understanding of OOP. CLASS objectives: define, instantiate, call methods[instance, static, cls], define/use global attributes, and modularization.
arman37/bouncer
This is a simple JavaScript application developed with core JavaScript without using any external JS library.
dzenis-h/drag-n-drop
Simple vanilla JS drag & drop implementation built for the purpose of refreshing classes, static methods, inheritance, this keyword, CSS selectors, DOM APIs, etc ...
leandroblandi/oo1-funciones-estaticas-fechas
Proyecto Java que trabaja con una clase de métodos estáticos orientados al manejo de fechas, entre otras cosas
meysam81/matrix
a very simple implementation of a 3 * 3 matrix in c++, from back in college
nielsoffice/JSStaticClass
JavaScript create a static method in JS class
omarbelkady/C-Sharp
C# Programs and the learning curve of this programming language is very low and super fun to learn
SharinLana/typescript-football-stats
This app converts a .csv file to a nested array filled with annual football matches data and extract the requested data properties using Typescript class composition. The result can be logged to the console or printed in the browser as an HTML file