practical oops
practical oops
or even.
Write a program to find the greatest number
among three number using conditional operator.
Write a program to the find sum of digit of a
number.
Write a program to find a Fibonacci series of first
20 numbers.
Write a program to calculate the factorial of a
number.
Write a program to print given pattern.
Write a program to demonstrate the working of call
by value and call by reference.
Write a program to demonstrate the working of
pointer.
Write a program to demonstrate the working of
recursion.
Write a program with constructor function and
another for destruction function.
Write a program to explain function overloading
with different number of arguments.
Write a program to explain function overloading
with type, order, and sequence of arguments.
Write a program on overloading operator++
. Write a program for overloading operator++ and
operator—using friend functions.
Write a program to explain Single inheritance .
Write a program to explain multiple inheritance.
Write a program to explain virtual functions
Write a program to demonstrate the working of
inline function.
Write a program to swap two numbers using friend
function