DOT NET
Sr. No. Experiments 1 To find out the sum of digits of a number and also find out its reverse. 2 To print all the prime numbers between two numbers. 3 To find out all the occurrences of a element from a given array. 4 To find out frequency of each digit for a array without using any conditional statement 5 Create a class with followings - Properties - Method Overlooking 6 Write a program to implement multilevel inheritance. It should include constructors and method overriding 7 Create a class Time with data members Hours, Minutes and Second . Overload + >, <, ==, != operators 8 Write a program to implement run time polymorphism. 9 ...