.NET Practical Slip 14 Q B
Slip 14 Q.B) Problem Statement Q. Write a C#.Net program to define a class Person having members – name and […]
Slip 14 Q.B) Problem Statement Q. Write a C#.Net program to define a class Person having members – name and […]
Slip 14 Q.A) Problem Statement Q. Write a program in C#.Net to find the sum of all elements in the
Slip 13 Q.B) Problem Statement Q. Write a C# program to accept and display ‘n’ student’s details such as Roll
Slip 11 Q.B) Problem Statement Q. Write a C# program to make a class named Fruit with a data member
Slip-10 Q.A) Problem Statement Q. Write a program that demonstrates the use of primitive data types in C#. The program
Slip-9 Q.A) Problem Statement Q. Write a Menu-driven program in C#.Net to perform the following functionalities: Addition, Multiplication, Subtraction, Division.
Slip-8 Q.A) Problem Statement Q. List of employees is available in a listbox. Write an ASP.Net application to add selected
This C#.NET program demonstrates the concept of inheritance by creating a base class Department and derived classes Sales and Human
This C#.NET program demonstrates how to create and use a user-defined function to calculate the sum of two numbers. It