C++ Programming Lab

C++ was developed by Bjarne Stroustrup of AT&T Bell laboratories; it is based on the C language. Major experiments performed in this lab are - writing a simple program for understanding of C++ program structure, writing a C++ program to demonstrate concept of declaration of class with public & private member, Program involving multiple classes (without inheritance) to accomplish a task. Demonstrate composition of class, demonstrate friend function, friend classes and demonstrate dynamic memory management using new static class members.