Polymorphism Examples

Example :  Polymorphism examples in VB .NET program in Subroutine to use Function/Method Overriding using Polymorphism in Console Application. Example : Polymorphism examples in VB .NET program in to display Abstract Class & Method using Polymorphism in Console Application.

Loading

Namespaces

Definition of Namespace In VB.NET, a namespace is a container that holds or is the vast collection of a set of related objects, such as classes, interfaces, structures, enumerations, and other namespaces. Features of Namespace Each namespace contains various classes, interfaces, and structures with specific functionalities, providing a rich set Read more…

Loading

Cyber Laws and IT Act

Introduction of Cyber Laws and IT Act Cyber laws, also known as Cybercrime laws or internet laws. Cyber laws and IT Act is one of the major components of Cyber Security. Definition of Cyber Laws and IT Act Cyber laws are legal regulations and frameworks that govern and address issues related Read more…

Loading

Splash Screen … (Examples)

Example : How to create a Splash Screen for an Android App/Activity using XML and Android Java. AndroidManifests.xml file —————————— [Set .SplashScreenActivity.xml file as Top in Activity tag with — contents] activity_splash_screen.xml —————————— SplashScreenActivity.java —————————— package com.rkm.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.os.Handler; public class SplashScreenActivity extends AppCompatActivity Read more…

Loading

Misc Basic Codes (Examples)

Example : How to Create a New Project/Android Apps First Time in Android Studio(version Koala 2024.1.1)? Open a well set and properly configured Android Studio – Choose ‘Projects’ – Choose ‘New Project’ – Choose ‘Phone and Tablet’ templates – Choose ‘Empty Views Activity’ templates – Next – Put the Project/Application Read more…

Loading

Menu Design (Examples)

Example : How to create an Options Menu (Three Vertical Dot) in an Android App using XML and Android Java. NB: First of all, right click on res folder – New – Android resource directory – select menu from resource type – ok – right click on menu folder – Read more…

Loading

E-Market and SCM

E-Market and SCM with CRM E-Market Introduction E-Market stands for “Electronic Market”. E-Market is also known as the “Online Market”. Definition E-markets are online markets place where goods, services, or financial assets are bought and sold electronically through the Internet(mostly) or other computer networks. Type of E-Market  E-markets have become Read more…

Loading

PLA

Introduction PLA stands for Programmable Logic Array. Definition A Programmable Logic Array (PLA) is a digital logic device that allows us to implement/create a customized type of combinational logic circuits as needed. Characteristic Features The advantages of PLAs include flexibility and the ability to implement custom logic functions without the Read more…

Loading

Demultiplexer

Introduction of Demultiplexer A demultiplexer is also known as a “Demux” or “Data Distributor“.  Definition A demultiplexer is a digital logic circuit that takes a single input and distributes it to one of several possible output lines based on the value of its control inputs. Characteristic Features They are fundamental Read more…

Loading