संदेश

html लेबल वाली पोस्ट दिखाई जा रही हैं

Object Oriented Programming OOP Concept

चित्र
Object Oriented Programming (OOP Concept) WHY WE STUDY OOP? OOP is basically a concept of Object & Class. Object Oriented Programming has several advantages:- 1. OOP is faster and easier to execute. 2. OOP provides a clear structure for the programs. 3. OOP helps to keep the code easier to maintain, modify and debug. 4. OOP makes it possible to create full reusable applications with less code and shorter development time. CLASS A class describes the contents of the objects that belong to it. OBJECT An object is an element of a class; objects have the behaviours of their class. PILLERS There are 4  main  pillars of OOP (Object Oriented Programming). 1. INHERITENCE 2. POLYMORPHISM 3. ABSTRACTION 4. ENCAPSULATION INHERITENCE In Inheritance, there is a Parent Class in which we use its properties and methods to its Child Class. POLYMORPHISM Poly = multiple & morph = change In Polymorphism, an object can be changed from one form to another.  A real-life example of ...

CITS EXAM 2024 IMPORTANT QUESTIONS

चित्र
CITS EXAM 2024 IMPORTANT TERMENOLOGY POP3 POP3 stands for POST OFFICE PROTOCOL VERSION 3. IMAP IMAP stands for INTERNET MESSAGING ACCESS PROTOCOL. SMTP SMTP stands for SIMPLE MAIL TRANSFER PROTOCOL. MIME MIME stands for MULTIPURPOSE INTERNET MAIL EXTENSIONS. FTP FTP stands for FILE TRANSFER PROTOCOL. HTTPS HTTPS stands for HYPERTEXT TRANSFER PROTOCOL SECURE. SSL SSL is stands for SECURE SOCKETS LAYER. ARP ARP stands for ADDRESS RESOLUTION PROTOCOL. RARP RARP stands for REVERSE ADDRESS RESOLUTION PROTOCOL. DNS DNS stands for DOMAIN NAME SYSTEM. TCP TCP stands for TRANSMISSION CONTROL PROTOCOL. UDP UDP stands for USER DATAGRAM PROTOCOL. ICMP ICMP stands for INTERNET CONTROL MESSAGE PROTOCOL. IGMP IGMP stands for INTERNET GROUP MANAGEMENT PROTOCOL. ALL ABOVE TERMS RECOMMENDED BY RAJIV SIR (GUEST FACULTY 2023-2024), NSTI KANPUR

HTML TUTORIAL FOR BEGINNERS CLASS 1

चित्र
HTML FOR BEGINNERS CLASS 1 Hello Students, This is Tech with Shraddha and I've Started My New Computer education Channel " Tech with Shraddha " Here I'll give daily shorts, video & Amazing Different tricks with New Challenges. For Business: TechwithShraddha@gmail.com HTML Tutorial For Beginners In Hindi (With Notes) 🔥||class -1 ||#html #htmltutorial Learn HTML & CSS in hindi & urdu language step by step easy tutorial for beginner , in this video i will teach you how you can start designing website or web page using very popular web language html yes if you are a computer student and you are learning coding like c language c++ & java and you also want to learn web programming language html then this easy tutorial will help you to start html coding so that you can start you html & css coding at home this video cover following topics : 1. What is HTML ? Full form of html & use of html language ?  2. How to create html file ?  3. what are tags in...