Tuesday, February 28, 2012

Array of Objects

Write a Program to create a class employee having data members - employee no. & salary, and display data of 5 employees using Array of Objects.

Area using Default Arguments

Write a Program to find Area of a Square & Rectangle using Default Arguments.

Banking System using Class

Write a menu driven Program to implement a Banking System using class having data members - Account no., Name & Balance, & member functions - Input, Display, Deposit & Withdraw.

Friend Funtion

Write a Program to find sum of two complex no.s using Friend Function.

Nesting of Member Funtions

Write a Program to find the smallest no. in an array using Nesting of Member Functions.

Sum of Time Objects

Write a Program to Create two time objects and find their sum using an object as a member function argument.