superclass
There are 22 repositories under superclass topic.
TwilioDevEd/on-demand-superclass
Twilio On-Demand Superclass README
Ruben-Arushanyan/base-classes
Useful JavaScript base classes for efficient and quick solutions to common problems.
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
nglthu/Classic-Arcade-Game-Clone
An HTML5 Canvas powered video game, developed using the best practices in Object Oriented JavaScript.
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.
Asrith1253/Snake-Game-python
Building the Snake Game in Intermediate level using Python programing.
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.
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.
astev5/student-grades-polymorphism
A program that finds a college student's average and final grades.
coodoo-io/coodoo-jpa-essentials
Essential JPA entities and functionality
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
ezmic001/hometask3
Home assignment 3
KishoreMayakkannan/OOPS
Making overall view of oops concept in python, Using Super class , sub class by Inheritance , Multilevel Inheritance, Method Overriding,
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!
vilake/java_training
Java playground
astev5/instrument-families
A program that utilizes abstract classes to compile a list of instruments from different instrument families.
EAzari/superclass
superclass
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.
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.
rominalodolo/JAVA1
classwork and projects for Java
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.