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

Видео

Pass by Value & Pass by Reference in C++|OOP with Waheed
Просмотров 1173 года назад
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
Просмотров 4873 года назад
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
Просмотров 3263 года назад
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
Просмотров 6883 года назад
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
Просмотров 3193 года назад
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
Просмотров 2813 года назад
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
Просмотров 5823 года назад
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,2 тыс.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
Просмотров 4223 года назад
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
Просмотров 7483 года назад
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
Просмотров 4613 года назад
Destructor in C | User-Defined Destructor| Tutorial 07| Waheed Waqar
Object Array in C++|Dynamic Object Array|Tutorial #06|waheed waqar
Просмотров 4913 года назад
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
Просмотров 3933 года назад
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
Просмотров 7203 года назад
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,5 тыс.3 года назад
Getters and Setters in OOP|AccessorsVsMutators|OOP with C |Tutorial 03 |waheed waqar
Basic Class Implementation|Encapsulation Vs Data Hiding|OOP|Tutorial 02
Просмотров 6243 года назад
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