how to create a program for a bank account;
include the following attributes:
personal information( last Name, First name, gender, residential address)
account:( account type {saving or cheaque}, account number, balance, overdraftlimit, and date and time account was opened)
note: account class will inherit the information from person class
make use of function or method;
make use of c#