Nishat Vasker  (@NishatVasker)
  • Stars
    star
    11
  • Global Rank 919,547 (Top 32 %)
  • Followers 8
  • Following 8
  • Registered over 3 years ago
  • Most used languages
    Java
    70.0 %
    C++
    10.0 %
  • Location 🇧🇩 Bangladesh
  • Country Total Rank 4,366
  • Country Ranking
    Java
    445
    C++
    1,595

Top repositories

1

OMS-Organization-Management-System-

This an Organization Management System App(Project) .
Java
3
star
2

Vending-Machines-

You will be writing classes that represent various parts of a vending machine. You will need to write two files: VendingMachine.java and VendingItem.java. A simple driver class VendingWorld.java has been provided, and it will allow you to interact with your simulation. Specific instructions for each file are given in later sections.
Java
1
star
3

training_any_images

Jupyter Notebook
1
star
4

Getter-setter-method

Method that prints "This is parent class" and its subclass with another method that prints "This is child class".
Java
1
star
5

iot_based_multipurpose_car

This an Iot based car with real time controlling,data transfer and video streaming.
C++
1
star
6

Dungeons-and-Dragons

Given an abstract class Character.java and an interface Race.java. Implement all the missing methods of the abstract class, and the subclasses Fighter.java, Rogue.java, Wizard.java, and Cleric.java. You will need to create the subclasses from scratch.
Java
1
star
7

QuestionChecker

Java
1
star
8

The-Account

Design a class named Account, a test program that creates an Account object with an account ID of 1122, a balance of $20,000
Java
1
star
9

Polymorphism

Implement the missing classes shown in the diagram shown below. For each class, the method signatures are provided, e.g., class Ham should have 3 methods named a(), b(), toString() which prints Ham a, Ham b and Ham respectively.
Java
1
star
10

Feeding_Nation_Main_Research

test program that creates an Account object with an account ID of 1122, a balance of $20,000, and an annual interest rate of 4.5%. Use the withdraw method to withdraw $2,500, use the deposit method to deposit $3,000, and print the ID, balance and the monthly interest of the Account.
Jupyter Notebook
1
star