Examlex

Solved

In Defining a Member Function Whose Declaration Is in a Class,you

question 10

True/False

In defining a member function whose declaration is in a class,you use the dot operator to specify that the member function being defined belongs in the class,as
class foo
{
public:
// other members
void output( );
// other members
};
void foo.output( )
{
/* whatever */
}


Definitions:

Simple Interest

A method to calculate interest charges on a loan or investment based on the original amount (principal) and the interest rate, but the interest does not accumulate or compound.

Maturity Value

The total amount that will be received by an investor at the end of a bond's term or a deposit's duration, including both the principal and interest.

Term Deposit

A banking term for a fixed-term investment held at a financial institution where money is locked in for a certain period of time, earning a specified interest rate.

Simple Interest

Interest calculated only on the principal amount, or original sum borrowed or invested, without compounding.

Related Questions