C++
5. Create a class named AccountInfo that has: – 2 private fieldsnamed accountNo and checking. They represent the account number,the amount of money in a checking account. – 3 constructors – thefirst constructor has no parameters, and initializes two privatefields with specific values when it is called. For example,initializing accountNo to 1234, and checking to 2000. – the secondconstructor has one parameter. When it is called, it initializeschecking to a specific value, for example initializing checking to2000. The field accountNo is initialized by “pass-by-value”. Thatis, it is initialized by the parameter of the constructor. – thethird constructor has two parameters.
PayPal Gateway not configured
PayPal Gateway not configured