You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pokedex is a robust Discord bot that mimics the iconic Pokedex from the Pokemon games and show. It's loaded with features to help players of all skill levels to learn and better enjoy Pokemon! The goal of Pokedex is to provide users with as much data about the Pokemon games as they desire conveniently and with minimal effort.
Engage in comprehensive hands-on learning of Object-Oriented Programming principles through Java in this dynamic engineering lab course. Navigate assignments, tests, applications, and mini-projects to master essential programming techniques and enhance your problem-solving skills.
The shopping cart application is built using the concept of an abstract class of Java. The abstract class provides a wireframe structure for the new classes that are similar to the abstract class. HashMap and ArrayList are used to store the orders and display the orders of the customers.
This project works as a "budget manager" for monthly purchases, where it allows the user to add their income and save the purchases that they have made
*Abstract classes and interfaces* Write a program that will perform document definition and for each format there should be methods for opening, creating, editing, and saving a certain document format
Abstract classes are used in Java to create classes that cannot be instantiated, but instead serve as a blueprint or template for other classes to inherit from.
Series of small assignments to practice the concepts of encapsulation, heritage, and polymorphism, interfaces, and abstract classes in OOP. Written in Java during my studies.