Revolutionizing Connectivity: Unleashing the Power of the Modern Smartphone Mohd UmarFriday, May 26, 2023Revolutionizing Connectivity: Unleashing the Power of the Modern Smartphone Dive into the captivating world of smartphones, where cutting-...
How to Calculate Diploma Engineering Percentage According to BTE ? Mohd UmarThursday, October 29, 2020 How to Calculate Diploma Engineering 3 Years Percentage According to BTE? Calculation can be done -: Total Percentage = 20% of 1st ye...
Solved, How to Show and Hide Password Input in SweetAlert2 using Javascript, Jquery Mohd UmarMonday, September 07, 2020 In this tutorial, I use Sweetalert2 and vanilla or plain Javascript and fontawesome for icons. Example -: <script> function s...
Access Modifiers in Oops? Mohd UmarSaturday, July 11, 2020Access Modifiers in Oops Access Modifiers also known as Visibility Specifiers . Access Specifiers can be used to restrict access . In ot...
Inheritance in Oops ? Mohd UmarSaturday, July 11, 2020Inheritance Inheritance is the reusability of code. In other words, The properties or features of the object of that class is acquire to ano...
Constructor and Destructor in PHP? Mohd UmarSaturday, July 11, 2020Constructor The constructor is the special type of method that runs automatically when an object is created of this class and Constructor ...
Copy Constructor in PHP ? Mohd UmarSaturday, July 11, 2020Copy Constructor in PHP Copy Constructor is a type of constructor which is used to create a copy of an already existing object of a class...
Oops Concepts? Mohd UmarFriday, July 10, 2020Oops Oops, stand for Object-Oriented Programming Language that follows the bottom-up approach . The program is divided into objects. It use...