mudasirtech

Category: function in programs

Python Programming
function in programs javaScript in programming languag Programming Langauge

Python Basics: A Practical Introduction to Python 3

Python Basic Introduction: Welcome to our guide on Python 3 basics! Whether you’re new to programming or looking to expand your skills, Python is a versatile language known for its readability and simplicity. Let’s dive into the fundamentals: What is Python? Python is a open source, freeware, functional, procedurals, OOPS and plateform independent langauge. Python is a […]

mudassar 
classes and object in java
function in programs javaScript in programming languag

Understanding classes and object in java: A comprehensive guide2024

Classes and Object in java The two most important concepts in object-oriented programming are the class and the object. In the broadest term, an object is a thing, both tangible and intangible, that we can imagine. A program written in object-oriented style will consist of interacting objects. For a program to keep track of student residents of a […]

mudassar 
function in programs Loops in C/C++ Structure of C/ C++ program

Loop Constructs in programming language-explain it’s types, and working with examples2024 

Loop in programming language A statement or Set of statements that is executed repeatedly is known as loop. The structure that repeats a statement is known as iterative, repetitive or looping construct. loop are basically used for two purpose: They are used to execute a statement or number of statements for specific number of times. for […]

mudassar 
OOP
function in programs Loops in C/C++ Programs in C++ statements in C/C++ Structure of C/ C++ program

Object oriented programming (OOP) – A comprehensive guide2024

Object oriented programming (OOP) Object oriented programming (OOP) is a programming paradigm that offers the structured and efficient approach to design software and development. It revolves around the concepts of “Objects” which are instances of classes that encapsulate data and behavior. Here we will explore the key concepts of OOP in greater details, emphasizing the […]

mudassar 
OOP
function in programs Loops in C/C++ Structure of C/ C++ program

C++ Programming language-full explain its key feature2024

C++ programming language C++ programming language is a powerful and versatile programming language that builds upon the foundations of the C programming language. Developed by Bjarne Stroustrup at Bell Labs in the early 1980s, C++ is widely used for system/application software, game development, embedded firmware, and more. It combines procedural and object-oriented programming (OOP) paradigms, […]

mudassar 
css
function in programs Loops in C/C++ Programs in C++ Structure of C/ C++ program

Basics CSS-cascading style sheet-Learn web development2024

CSS-Cascading style sheet  CSS, which stands for cascading stylesheet, is a style sheet language used in web development to describe the presentation and formatting an document written in  HTML or XML. CSS allows developers to control the layout, font size, color and other visual effect of a web pages. Fondly referred to as CSS, is a […]

mudassar 
function in programs Loops in C/C++ Programs in C++ statements in C/C++ Structure of C/ C++ program Uncategorized

Introduction to PHP in programming language 2024

Introduction to PHP Introduction to PHP:  The full form of PHP is hypertext preprocessor, It was abbreviated previously as Personal Home page, it is a programming language widely used to build web application or websites, it is server side scripting language encoded with HTML to develop Dynamic website, static website or web application. Explanation: At […]

mudassar