Programming Write a C++ Programs to convert Octal number to Decimal number Anonymous School March 07, 2021
Programming 12) Identify ‘Inheritance’ shown in following figure. Implement it by using suitable member function. C++ Practical's Anonymous School February 17, 2021
Programming 17) Write a C++ program to declare a class birthday having data members day, month, year. Accept this information for five objects using pointer to the array of objects. Anonymous School February 15, 2021
Programming 16) Write a C++ program to declare a class "Book" containing data members book_name, auther name, and price .Accept this information for one object of the class using pointer to that object. Anonymous School February 15, 2021
Programming 15) Create a class MAT which is used to represent Matrix. This class contains two dimensional array, rows, columns of that matrix as data member. Perform addition of matrix using MAT objects with operator overloading. (you can use binary addition operator) Anonymous School February 15, 2021
Programming 14) Write a program to compute the area of a triangle and a circle by overloading the area( ) function.(function overloading) Anonymous School February 15, 2021