superclass

There are 22 repositories under superclass topic.

  • TwilioDevEd/on-demand-superclass

    Twilio On-Demand Superclass README

    Language:JavaScript18712
  • base-classes

    Ruben-Arushanyan/base-classes

    Useful JavaScript base classes for efficient and quick solutions to common problems.

    Language:JavaScript11180
  • jsjoeio/twilio-superclass

    A resource for Twilio Superclass workshops 🎉😄

  • KnowledgeDiscovery/SCGM

    Code and data for "Superclass-class conditional Gaussian mixture model for learning fine-grained embeddings" @ ICLR2022

    Language:Python4001
  • nglthu/Classic-Arcade-Game-Clone

    An HTML5 Canvas powered video game, developed using the best practices in Object Oriented JavaScript.

    Language:JavaScript2200
  • vmsaif/bankAccountSystem

    This is a Java program that reads and processes instructions from a text file to simulate a bank. The program is designed to be modular and maintainable, following object-oriented design principles such as encapsulation and separation of concerns.

    Language:Java210
  • Asrith1253/Snake-Game-python

    Building the Snake Game in Intermediate level using Python programing.

    Language:Python1100
  • daliaydom/Series-y-Pelicuas-de-Netflix

    Programación orientada a objetos en Java para crear objetos Peliculas y Series de Netflix, guardar y mostrar su información, filmografía que ya fue visualizada, la pelicula más reciente y la serie más larga.

    Language:Java1101
  • abhipatel35/Java-Inheritance-Employee-Management

    Java Inheritance Employee Management: Explore inheritance in Java with classes representing employees, including analysts and salespersons, showcasing salary raises and bonuses.

    Language:Java0100
  • astev5/student-grades-polymorphism

    A program that finds a college student's average and final grades.

    Language:Java0100
  • coodoo-io/coodoo-jpa-essentials

    Essential JPA entities and functionality

    Language:Java0600
  • D4N18L/-SILVER-LEVEL-Heroes-Vs-Villians

    an object oriented-program that generates attributes and perks of Super-Heroes, Super-Villains and Anti-Heroes through the demonstration of interfaces, abstract classes, superclasses, modifiers

    Language:Java0100
  • ezmic001/hometask3

    Home assignment 3

    Language:Java0100
  • KishoreMayakkannan/OOPS

    Making overall view of oops concept in python, Using Super class , sub class by Inheritance , Multilevel Inheritance, Method Overriding,

    Language:Python0100
  • TelychkoVitalii/2048

    This project is the result of training, which lasted 3 weeks. The task was to implement, known to many, the analogue of the game 2048 to vanilla Javascript with the use of the maximum number of design patterns in the OOP style. Now this is a demo version. Have a good game!

    Language:JavaScript0300
  • vilake/java_training

    Java playground

    Language:Java0100
  • astev5/instrument-families

    A program that utilizes abstract classes to compile a list of instruments from different instrument families.

    Language:Java10
  • etorres-revature/NODE.js-CLI_Team_Generator

    A web app that will generate HTML to describe your team members (Manager, Engineer, or Intern) from command-line prompts in the NODE.js terminal.

    Language:JavaScript10
  • MSH-trojan/Java_21_Inheritance_2

    An interesting program showing the override of a method in the derived class from it's base class using the super reference.

    Language:Java10
  • rominalodolo/JAVA1

    classwork and projects for Java

    Language:Java10
  • smmcgrath/SalesEmployee

    Java program to calculate the commision rate for certain employees within a company. The Superclass is abstact with two subclasses extending from it. Getter and setters are used to access private and protected variables. A driver class is built to test the program and serialize the resulting data in a chosen format.

    Language:Java00