C++ OOP

Explain the concept of encapsulation and information hiding In an object oriented paradigm with the help of an example. 41
Date: Sep 2, 2019
Write a program to find sum of first and last element of an array demonstrating use of new and delete operator. 42
Date: Sep 2, 2019
Write a program to compare two integer numbers and two single character using function overloading. 43
Date: Sep 2, 2019
Write an oop to create a class named “Time” with data objects and two member functions to add two member functions to add two times and display the resultant time. 44
Date: Sep 2, 2019
Write a program to define a class “string” using constructor initialize two string objects with given strings and write necessary functions to concatenate and display the strings. 45
Date: Sep 2, 2019
Write a program to add two dates object using constructor to initialize the object and display in standard format. 46
Date: Sep 2, 2019
Create a class called general-info with data members to store name,age , and address of a person.............. 47
Date: Sep 2, 2019
Write a program to show that virtual function implements dynamic binding. 48
Date: Sep 2, 2019
Write a program using function template to find the sum of first and last element of an array. 49
Date: Sep 2, 2019
Write a program for function template to find and display the smaller of two numbers of which may be integer or floating point numbers or characters. 50
Date: Sep 2, 2019
Write a template function to find the maximum number from a template array of size N. 51
Date: Sep 2, 2019
Write a program using class template to arrange N numbers of type int and float in descending order. 52
Date: Sep 2, 2019
Write a program to overload <= operator. 53
Date: Sep 5, 2019