oop
q1
: WAP to illustrate the concept of OOP.
q2
: WAP to find the prime number in C++.
q3
: WAP to create class ‘time’ with data members days, hours, minutes and second. Then add two ‘time’ object by taking object as argument and also returning object as argument.