Skip to main content

Command Palette

Search for a command to run...

Java 2

Published
1 min readView as Markdown
  1. create a class called "person" with attributes "name" and "age". also create a constructor and getter method for attributes in java

  2. create a class circle with radius as data member. create two constructor (no argument and two arguments) and method to calculate circumstances

  3. create a class account class with all necessary parameters as data member. create two constructors (no argument, and two arguments) and methods to withdraw and deposit balance & check balance