Object Oriented Programming In C++
Published 3/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 766.92 MB | Duration: 3h 9m
Published 3/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 766.92 MB | Duration: 3h 9m
Object Oriented Programming using C++
What you'll learn
Identify the class and build domain model
Construct programs using method overloading and operator overloading
Create programs using inline, friend and virtual functions, construct programs using standard templates
Construct programs using exceptional handling and collections
Requirements
No programming experience is need
Description
This course introduces students to the C++ programming language, covering essential concepts, such as Object Oriented Programming, Features of C++, I/O Operations, Data Types, Variables-Static, Constants, Pointers, Type Conversions, Conditional and looping statements, C++ features, Class and Objects, Abstraction and Encapsulation, Access Specifiers, Methods, Constructors, types of constructors, destructor, Inheritance, Types, Single and Multiple Inheritance, Multilevel Inheritance, Hierarchical Inheritance, Hybrid Inheritance, Advanced Functions, Inline, Friend, Virtual, Pure Virtual function, Abstract class, Exception handling. Prerequisites include a basic understanding of programming concepts, while familiarity with another programming language is helpful but not required.Instructional Objectives1. Describe the features of object-oriented programming using C++.2. Understand object-oriented design methodologies for real-time application development. 3. Learn and understand Method overloading and operator overloading.4. Conceptualize Inheritance and its types. 5. Understand and apply Inline, friend and virtual functions and create application development programs. 6. Understand and apply Templates, Exceptional handling and collections for real-time object- oriented programming applications.7. Model the System using Unified Modelling approach using different diagrams.Reference Books1. Sourav Sahay, Object Oriented Programming with C++, 2nd ed., Oxford University Press, 2017 4. Robert Lafore, Object-Oriented Programming in C++, 4th ed., SAMS Publishing, 20082. Reema Thareja, Object Oriented Programming with C++, 1st ed., Oxford University Press, 20153. Sourav Sahay, Object Oriented Programming with C++, 2nd ed., Oxford University Press, 2017
Overview
Section 1: Introduction
Lecture 1 Introduction to C++
Lecture 2 Structure of C++ Program
Lecture 3 Data Types and Type Modifiers in C++
Lecture 4 Type Conversion in C++
Lecture 5 Introduction to Control Structures
Lecture 6 Control Structures - Branching Statements
Lecture 7 Control Structures - Looping Statements
Lecture 8 Features of Object Oriented Programming
Lecture 9 Introduction to Class, Objects and Methods
Lecture 10 Abstraction
Lecture 11 Encapsulation
Section 2: Constructors and Destructors
Lecture 12 Constructors
Lecture 13 Destructor
Section 3: Inheritance
Lecture 14 Introduction
Lecture 15 Single Inheritance
Lecture 16 Mutilevel Inheritance
Lecture 17 Multiple Inheritance
Lecture 18 Hierarchical Inheritance
Lecture 19 Hybrid Inheritance
Section 4: Polymorphism
Lecture 20 Introduction
Lecture 21 Method Overloading
Lecture 22 Overriding, Virtual Function, Pure Virtual Function & Abstract Class
Section 5: Advanced Functions
Lecture 23 Inline Function
Beginners for Object Oriented Programming