classes-and-objects

There are 518 repositories under classes-and-objects topic.

  • milaan9/06_Python_Object_Class

    Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn the basics of object-oriented programming in Python.

    Language:Jupyter Notebook29530247
  • aryashah2k/OOP-In-CPlusPlus

    An Awesome Repository On Object Oriented Programming In C++ Language. Ideal For Computer Science Undergraduates, This Repository Holds All The Resources Created And Used By Me - Code & Theory For One To Master Object Oriented Programming. Filled With Theory Slides, Number Of Programs, Concept-Clearing Projects And Beautifully Explained, Well Documented Learnings, This Repository Shall Project My Learnings In OOP During College And Help You Master The Same!

    Language:C++803514
  • Shikha-code36/Object-Oriented-Programming-OOPs-Python

    Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn about object-oriented programming in Python.

    Language:Python692022
  • wilfredpine/csharp-custom-classes

    C# custom classes for .Net Windows Form Application inspired by MVP architecture.

    Language:C#3410028
  • Snake-Pygame

    TkhiienLok/Snake-Pygame

    This is a basic version of snake game. As it moves forward, it leaves a trail behind, resembling a moving snake. The player loses when the snake runs into the screen border or itself. A sole player attempts to eat apples by running into them. Each apple eaten makes the snake longer.

    Language:Python13209
  • hoppxi/butility

    Browser Utility, offering a streamlined set of utility classes across four modules: DOM, Form, Network, and Media and Device. These utilities simplify common web development tasks, replacing the deprecated Awedde package with improved functionality, reduced redundancy, and enhanced code quality.

    Language:JavaScript11101
  • Aniruddh-0701/Python_Programming_Notes

    Notes for in-depth learning of basic concepts in python programming.

    Language:HTML10305
  • DiogoLCarvalho/projeto-marvel

    📂 Como um grande fã da Marvel e um apaixonado por tecnologia e jogos, este projeto sem dúvidas é um dos meus favoritos até agora. O projeto tenta emular os jogos antigos de luta, com os personagens da Marvel. Desenvolvido com Javascript, usando objetos, classes, etc.

    Language:JavaScript9206
  • Himan10/BlackJack

    Hand of Black Jack ...

    Language:Python8547
  • kaziadilmemon/1st-Semester-PF-Lab-Tasks

    This repository contains a set of lab tasks for a Programming Fundamentals course. The lab tasks are organized into 11 different labs, each covering a different topic related to programming in C++.This repository could be a valuable resource for students who are taking a programming fundamentals course and want to practice their skills in C++.

    Language:C++8203
  • m-clark/R-I-Basics

    Getting started with using R more intently.

  • rampal-punia/python-class-tutorial

    Python OOP tutorial with three examples(Point class, Animal Class and Rectangle Class) & one project (Student Management System)

    Language:Python7102
  • serhatyamann/OOP_Object_Oriented_Programming

    Object Oriented Programming - C# .NET

    Language:C#7200
  • sidharthjuyal/oop

    Object oriented programming in C++

    Language:C++7101
  • spatstat/spatstat.geom

    Sub-package of spatstat defining spatial data and spatial/geometrical operations

    Language:R75194
  • metazip/pointfrip

    pointfree interpreter with instance variables and classes, in lazarus

    Language:Rich Text Format6411
  • Mk4Levi/Pirate-War-Game

    Pirate War Game using Vanilla-JS

    Language:JavaScript610
  • zq99/data-access-layer-vba-sql-server

    Data Access Layer in VBA for connecting to SQL Server.

    Language:VBA6202
  • gowthamrajk/Car-Parking-Application

    It is a Console based JAVA application which gives the workflow of a Parking area Process. it has various features like car parking, un-park cars, admin/user authorization, ratings for service, finding empty slots, etc..

    Language:Java5200
  • gowthamrajk/Doctor-Appointment-Booking-Application

    This is a java console Application where you can book Appointments to a doctor based on their available timings. some features In-Built in this application is admin validation, patient booking, checking doctor's availability, display booking details, entering doctors availability

    Language:Java5203
  • LakshayD02/Contact_Management_System-Python

    A simple Contact Management System program that allows users to store and manage contact information. The program should provide options to add a new contact by entering their name, phone number, and email address.

    Language:Python5100
  • michael-duke/Awesome-Books

    This educational project for Microverse Module 2 involves creating a straightforward website that shows a list of books and lets you add and remove books from that list. The intention is to use modules and learn ES6 syntax to make it more orderly. built with JavaScript, CSS and HTML.

    Language:JavaScript5110
  • Peixinho/LazyMePHP

    Very simple PHP Framework that helps you to be Lazy

    Language:PHP5200
  • Si-ja/Machine-Learning---Educational-Material

    This repository is focused on providing educational material to those who start learning Machine Learning with python. [Many things I learn myself as I provide material for education, therefore the repository is of an altruistic character; have fun learning new things!]

    Language:Jupyter Notebook5203
  • SudhaAmarnath/CMPE257FinalProject

    Nela-GT-2018 News, Fake news, detection classification Individual Machine Learning NLP Python Final Project.

    Language:Jupyter Notebook5201
  • anburocky3/library-app-javascript-oop

    Practical project built on OOP concepts

    Language:JavaScript41015
  • danieldotwav/Birthday-Date-Validator

    A C++ program that validates and displays a user's birthdate, including checks for invalid days, months, and years.

    Language:C++4100
  • danieldotwav/Fraction-Arithmetic-Calculator

    This C++ program demonstrates basic object-oriented programming principles through the implementation of a Fraction class. It includes constructors, destructor, operator overloading, and exception handling for division by zero. Users can input two fractions, and the program will calculate their sum.

    Language:C++4100
  • danieldotwav/Orthogonal-Coordinate-System-Distance-Calculator

    This C++ program calculates the distance between two points represented by their coordinates in a Cartesian plane.

    Language:C++410
  • danieldotwav/Reverse-Text-Processor

    This C++ project is a versatile utility for processing and reversing text data. It reads input from a file, filters and transforms the text, and then generates a reversed version of the text along with useful statistics.

    Language:C++410
  • danieldotwav/Student-Score-Tracker

    This C++ program allows you to manage student information, including names and scores.

    Language:C++410
  • gowthamrajk/SpringBoot-CRUD

    This module is about SpringBoot CRUD operation Demo with Exception Handling, with the MySQL database with Hibernate ORM and Spring Data JPA.

    Language:Java420
  • gowthamrajk/SpringBoot-MongoDB-EmbeddedRelationship

    This module explains about the example of Spring Boot + MongoDB Integration using Mongo Repository Interface and Explaining about the Embedded Relationship (One-To-Many) and (One-To-One) with practical coding example and required dependencies.

    Language:Java420
  • gowthamrajk/SpringMVC-HibernateTemplate

    This module is about Spring MVC application with Hibernate Template to interact with the MySQL database

    Language:Java4201
  • gowthamrajk/SpringMVC-JDBC_Template

    This module is about Spring MVC application with JDBC Template to interact with the MySQL database.

    Language:Java420
  • gyanqui/ProgrammingWithClasses

    C# projects focus on OPPS

    Language:C#410