OOPS Syllabus
OOPS Syllabus
List of Practicals:
1. WAP to input integer ,float, char and string using c in and display using c out
statement.
2.WAP to create objects of class.
3.WAP to access static member variables and static member functions.
4.WAP to print all even numbers in between two values entered by user using loop
statement.
5.WAP to print list of prime numbers between any two entered values.
6.WAP to print factorial of a given number.
7.WAP to display whether a number is Palindrome or not.
8.WAP to display whether a number is Armstrong or not.
9.WAP to display Fibonacci series up to n times entered by user.
10.WAP to demonstrate execution of constructor and destructor.
11.WAP to implement inline and friend function.
12.WAP to declare a pointer to array and display the elements.
13.WAP to implement this pointer.
14.WAP to overload unary and binary operator.
15.WAP to show hierarchical inheritance.
16.WAP to access private member variables of base class using pointers.
17.WAP to overload member function in base and derived class.
18.WAP to implement virtual function.
19.WAP to format output using manipulators.
20.WAP to read and write contents of file. Use of () function.