Future Programming Techniques
Future Programming Techniques
  • Видео 25
  • Просмотров 22 464

Видео

Pass by Value & Pass by Reference in C++|OOP with Waheed
Просмотров 1152 года назад
I this video, I am explaining pass by value and pass by reference in C . How does the value pass into the function using these methods.
Operator Overloading Part 04 | Extraction & Insertion Operators | Tutorial 16 | OOP with Waheed
Просмотров 4863 года назад
I this video, I am explaining the Extraction & Insertion Operator overloading function. Implementation of Extraction and Insertion operator overloading functions. How take cin and cout in object (user-defined data types). source code: github.com/waheedwaqar32202/Object-Oriented-Programming/blob/main/insertExtract.cpp
Operator Overloading Part 03| Assignment Operator = | Tutorial 14 | OOP with Waheed Waqar
Просмотров 3253 года назад
I this video, I am explaining the Assignment Operator Overloading function in C . Shallow Copy vs Deep Copy. Why and where we need the Assignment operator overloading function. source code: github.com/waheedwaqar32202/Object-Oriented-Programming/blob/main/AssignmentOperator.cpp
Operator Overloading part02| Unary Operator ++ --| Tutorial 14| OOP with Waheed
Просмотров 3673 года назад
I this video, I am explaining the Operator overloading function. Implementation of unary operators and . Pre and Post increment/decrement with user-defined data types. source code: github.com/waheedwaqar32202/Object-Oriented-Programming/blob/main/unary operator.cpp
Operator Overloading Part 01| Binary Operator + - * / | Tutorial 13| OOP with Waheed Waqar
Просмотров 6833 года назад
I this video, I am explaining the Operator overloading function.Implementation of binary operators like - * / . How to add subtract multiply and divide user define data types. source code: github.com/waheedwaqar32202/Object-Oriented-Programming/blob/main/Operator OverloadingPart01.cpp
Friend Function & Friend Class in C++| Tutorial 12|OOP with Waheed Waqar
Просмотров 3153 года назад
I this video, I am explaining what is friend function and friend classes in C .Implementation of friend function and friend classes in C . How one class make a friend of another class in OOP.
Class structure with separate header and .cpp Files in C++.|Static Global declaration|Waheed Waqar
Просмотров 3093 года назад
I this video, I am explaining how to make a class with separate header and .cpp files in C . How constant, static, and global data members declare and initialize in header and .cpp file separately.
Constant, Static & Global Data Members of Class| Tutorial 17| OOP with Waheed Waqar
Просмотров 2753 года назад
I this video, I am explaining how to declare and initialize constant static and global data members of the class in c . difference between constant static and global variables.
Doubly Linked List Part02| Linked List with C++| DSA with Waheed Waqar
Просмотров 3683 года назад
In this video, I explained the implementation doubly linked list in C . How data delete and display in the doubly linked list. Reverse traversal of doubly linked list.
Doubly Linked List Part01|Linked List with C++| DSA with Waheed Waqar
Просмотров 5763 года назад
In this video, I explained the implementation doubly linked list in C . How data insert and display in the doubly linked list. Reverse traversal of doubly linked list.
Linked List Copy Constructor| Linked List with C++| DSA with Waheed Waqar
Просмотров 6 тыс.3 года назад
In this video, I explained the linked list copy constructor with implementation in C . How to make a copy of the linked list. Linked List deep copy constructor Implementation. source code: github.com/waheedwaqar32202/DSA_Codes/blob/main/Linked List Copy Constructor.cpp
Linked List Destructor| Linked List with C++| DSA with Waheed Waqar
Просмотров 1,1 тыс.3 года назад
In this video, I implement the destructor in the linked list class. I explain, How and why Linked List deletes in the destructor. code here github.com/waheedwaqar32202/DSA_Codes/blob/main/Linked List Destructor.cpp
Copy Constructor in C++ part02| Tutorial 09 | Waheed Waqar
Просмотров 4123 года назад
I this video, I am explaining how to create a copy constructor in c . The default copy constructor and user-defined copy constructor. When is the copy constructor called? When do we need to write a user-defined copy constructor? difference between shallow copy and deep copy. Explain with Dynamic Memory Allocation
Copy Constructor in C++| Shallow Copy Vs Deep Copy| Tutorial 08| Waheed Waqar
Просмотров 7093 года назад
I this video, I am explaining how to create a copy constructor in c . The default copy constructor and user-defined copy constructor. When is the copy constructor called? When do we need to write a user-defined copy constructor? difference between shallow copy and deep copy.
Destructor in C++| User-Defined Destructor| Tutorial 07| Waheed Waqar
Просмотров 4393 года назад
Destructor in C | User-Defined Destructor| Tutorial 07| Waheed Waqar
Object Array in C++|Dynamic Object Array|Tutorial #06|waheed waqar
Просмотров 4823 года назад
Object Array in C |Dynamic Object Array|Tutorial #06|waheed waqar
Initializer List in OOP|Default Initializer List in C++|Tutorial#05|OOP with Waheed
Просмотров 3713 года назад
Initializer List in OOP|Default Initializer List in C |Tutorial#05|OOP with Waheed
Constructors in OOP|Default Value Parameterized Constructor|OOP with C++|Tutorial 04|Waheed Waqar
Просмотров 1,1 тыс.3 года назад
Constructors in OOP|Default Value Parameterized Constructor|OOP with C |Tutorial 04|Waheed Waqar
DSA Singly Linked List Part 02|Linked List with C++|DSA with Waheed
Просмотров 7123 года назад
DSA Singly Linked List Part 02|Linked List with C |DSA with Waheed
Singly Linked List part 01|Linked List with C++|DSA with Waheed
Просмотров 1,2 тыс.3 года назад
Singly Linked List part 01|Linked List with C |DSA with Waheed
Difference between Arrays and Linked List|ArraysVsLinkedList|DSA with Waheed
Просмотров 1,3 тыс.3 года назад
Difference between Arrays and Linked List|ArraysVsLinkedList|DSA with Waheed
Getters and Setters in OOP|AccessorsVsMutators|OOP with C++ |Tutorial 03 |waheed waqar
Просмотров 3,1 тыс.3 года назад
Getters and Setters in OOP|AccessorsVsMutators|OOP with C |Tutorial 03 |waheed waqar
Basic Class Implementation|Encapsulation Vs Data Hiding|OOP|Tutorial 02
Просмотров 6213 года назад
Basic Class Implementation|Encapsulation Vs Data Hiding|OOP|Tutorial 02
What is Object Oriented Programming(OOP)|Basic Concepts of OOP|Tutorial 01
Просмотров 1,1 тыс.3 года назад
What is Object Oriented Programming(OOP)|Basic Concepts of OOP|Tutorial 01

Комментарии

  • @abdulrehmankhan8158
    @abdulrehmankhan8158 19 дней назад

    Good to see you on RUclips. Keep doing the good work. Hats off. Need to share more knowledge there. (Abdul Rehman)

  • @shyamlalbhardwaj5586
    @shyamlalbhardwaj5586 5 месяцев назад

    Sir ji namaste DISTENCE &D kyo liya normal ni bta sakte kya sir ji

  • @tajizaheer
    @tajizaheer 6 месяцев назад

    Hi sir, I'm unable to use the string data type in turbo c++, plz help how to pass the name through getter n setter Thank you

  • @chalihusnain021
    @chalihusnain021 8 месяцев назад

    Good Work

  • @NITISHKUMAR-gw3ct
    @NITISHKUMAR-gw3ct 9 месяцев назад

    nice

  • @SuniellaOKy
    @SuniellaOKy 10 месяцев назад

    WHAT A PERFECT EXPLANATION SIR .. THANKS A LOT SIR YOU JUST CLEARED ALL MY CONFUSION . BIG RESPECT

  • @zainmalik4214
    @zainmalik4214 11 месяцев назад

    Super

  • @shlatests8386
    @shlatests8386 Год назад

    MASHALLAH Allah apko kamyabi ata farmaye Ameen

  • @abubakarizhar5608
    @abubakarizhar5608 Год назад

    Ap ne Dynamic array ko delete nhi kya?

  • @muhammadislam2825
    @muhammadislam2825 Год назад

    Plz can you share destructor and copy constructor for circular linked list

  • @bl4z3_kanazaki
    @bl4z3_kanazaki Год назад

    when dealing a hard coding stuff problem... met an indian xD... my teachers always right... thank you so much bro

  • @talhariaz8617
    @talhariaz8617 Год назад

    Very well explained... Sir kindly 1 short video bna kr isi code py setter getter ki implementation b kra dyn

  • @rajainam230
    @rajainam230 Год назад

    bht easy way ma smjhaya ,mazzza a gaya

  • @waleedamir3696
    @waleedamir3696 2 года назад

    sir bohat kammal video hai sara clear ho gaya hai concept thanks

  • @syedanimrazamir3198
    @syedanimrazamir3198 2 года назад

    Good Effort sir😍

  • @lmarcelino555
    @lmarcelino555 2 года назад

    DITTO: I don't speak your language, but your code was extremely clear and it helped me a lot even if I couldn't understand your instructions. You gave me a place to start, and by reviewing your code it helped me out a ton. Thank you very much!

  • @relaxation5238
    @relaxation5238 2 года назад

    very very good quality explanation

  • @relaxation5238
    @relaxation5238 2 года назад

    wow informative 👏

  • @relaxation5238
    @relaxation5238 2 года назад

    amazing 👏 🙀

  • @MultiTallentedBoy
    @MultiTallentedBoy 2 года назад

    Sir kindly share the code

  • @zmgamer9193
    @zmgamer9193 2 года назад

    sir please merge sort linked list per lecture banay with code

  • @ahmadsaad9361
    @ahmadsaad9361 2 года назад

    Sirr🙌😍

  • @chshani8359
    @chshani8359 2 года назад

    Sir G Kindly Ap Dsa K or b lects upload krdeyin Linklist wagara k

  • @karunabharti1404
    @karunabharti1404 2 года назад

    👍

  • @ahmadsaad9361
    @ahmadsaad9361 2 года назад

    Sirrr 🙌🤍🤍

  • @kashifkashif1033
    @kashifkashif1033 2 года назад

    sir agar hum nay num2 ki value ko update karna karna ho ga to kasy karn ga

  • @kashifkashif1033
    @kashifkashif1033 2 года назад

    sir rational number k lia kia karn ga agar plus minas karna ho to

  • @geniousuzair8080
    @geniousuzair8080 2 года назад

    very well explained

  • @Zenweaponry
    @Zenweaponry 2 года назад

    I don't speak your language, but your code was extremely clear and it helped me a lot even if I couldn't understand your instructions. You gave me a place to start, and by reviewing your code it helped me out a ton. Thank you very much!

  • @saibirajpoot4581
    @saibirajpoot4581 2 года назад

    ❤️❤️❤️

  • @saibirajpoot4581
    @saibirajpoot4581 2 года назад

    Mashallah ❤️❤️❤️

  • @saibirajpoot4581
    @saibirajpoot4581 2 года назад

    ❤️❤️❤️

  • @saibirajpoot4581
    @saibirajpoot4581 2 года назад

    ❤️❤️❤️

  • @MuhammadBilal-te5qs
    @MuhammadBilal-te5qs 2 года назад

    Good job.

  • @Ahmad-ry3uf
    @Ahmad-ry3uf 2 года назад

    thank you so much....very well explained

  • @kashifkashif1033
    @kashifkashif1033 2 года назад

    sir jo code karta h wo discription ma b dy dia krn

  • @abdulrehmanijaz3801
    @abdulrehmanijaz3801 2 года назад

    SAMANDER KA PANI NELA HA WAHEED MERA HEERA HA

  • @abdulrehmanijaz3801
    @abdulrehmanijaz3801 2 года назад

    SIR MAZA AGYA MASHALLAH BEST PROGRAMMING CHASS KARADI

  • @qanbar-pucit8534
    @qanbar-pucit8534 2 года назад

    Well Explained 🕊🕊🕊🕊🕊🕊

  • @umarsandhu3163
    @umarsandhu3163 2 года назад

    thank you sir. mary bht sy points clare ho gy ap ki is video sy.

  • @mistermz1251
    @mistermz1251 2 года назад

    excellent explain lot of love from india

  • @babarchaudhry2140
    @babarchaudhry2140 2 года назад

    excellent sir

  • @mahboobgujjar2409
    @mahboobgujjar2409 2 года назад

    good job sir keep it up

  • @mahboobgujjar2409
    @mahboobgujjar2409 2 года назад

    good job sir

  • @muhammadarqamaleem6734
    @muhammadarqamaleem6734 2 года назад

    Explained very well. I hope you will keep uploading such amazing content in future as well.

  • @sohaqueen3668
    @sohaqueen3668 3 года назад

    Thanks for teaching us in such an easy way 🙏

  • @sohaqueen3668
    @sohaqueen3668 3 года назад

    Amazing 👏

  • @muhammadbinaqeel3286
    @muhammadbinaqeel3286 3 года назад

    Yar ML DL pay lectures banao