Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 308 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 308 Bytes
  • 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.