PL/SQL Program to Find Factorial of a Number
PL/SQL Program to Find Factorial of a Number Let’s do the PL/SQL Program to Find Factorial of a Number. Factorial are those number which can divide by one or itself […]
PL/SQL Program to Find Factorial of a Number Let’s do the PL/SQL Program to Find Factorial of a Number. Factorial are those number which can divide by one or itself […]
PL/SQL Program for even or odd number Here you will get PL/SQL program for even or odd number checker. If a number is completely divisible by 2 is called even
PL/SQL Program to Swap two Numbers Here you will know two different method of PL/SQL program to swap two numbers using a temporary variable and without using a temporary variable.
PL/SQL Program to Add Two Numbers Here you will learn that how to create PL/SQL program to add two numbers or integers value and store that in third variable.
Hello World Program in PL/SQL Now get ready to know that, How to do Hello world program in PL/SQL programming language. Here’s an example of a simple “Hello World” program
Computer Networks Lab (KCS 653) Implementation of Stop and Wait Protocol and Sliding Window Protocol. Study of Socket Programming and Client – Server model Write a code simulating ARP
Web Technology Lab (KCS 652) 1. Write HTML/Java scripts to display your CV in navigator, your Institute website, Department Website and Tutorial website for specific subject. 2. Write an
Write a program to demonstrate inheritance in python Here you will get simple example codes to demonstrate inheritance in Python using a base class Parent and a derived class Child.
Write a program to demonstrate inheritance in python Read More »
Concept of polymorphism in python (method overloading and overriding) Here you will learn the concept of polymorphism in python using method overloading and overriding. Polymorphism in Python is a fundamental
Concept of polymorphism in python (method overloading and overriding) Read More »
class method and static method in python Class method and static method in Python are special types of methods, that are defined within a class but behave differently in terms