Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Object Oriented Programming Using C++ From Basic To Advanced

    Posted By: ELK1nG
    Object Oriented Programming Using C++ From Basic To Advanced

    Object Oriented Programming Using C++ From Basic To Advanced
    Last updated 3/2018
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 1.06 GB | Duration: 10h 13m

    Learn OOPS and C++ - Every module feature demonstrated with real-time examples

    What you'll learn
    Master principles of Object Oriented Programming
    You will be able to comprehend and read C++ source code effortlessly
    You will be proficient with the concepts of C++
    Practically apply concepts of Object Orientation using C++ language
    Requirements
    Student should have knowledge of the C language
    Description
    C++ language is a superset of the ‘C’ language and was initially known as “C with Classes”. In "C" operator ++ is used to increment the value by 1. That means to the language ‘C’, developers have added some extra features and hence named as C++. C++ is a general purpose programming language and supports object oriented programming features.It is general purpose because it can used to create general systems software, server software, application software, embedded software and also used in creating video games. It is more efficient and fast. It can function both as a high level language and as a middle level language because it supports C & OOPs. It provides many built in features like classes and objects, encapsulation, inheritance, and polymorphism.This Course is compiled by Mr. Sandeep Soni, Microsoft Certified Trainer with experience over 21 years.Mr.Sandeep has worked closely with many IT companies and helped them with their technology resources training needs. He considers this to be the best part of his profession and he enjoys the most because he gets to meet new people; get involved in the ever changing technology needs and provide them with optimum solution to the problems they face in application development. This is how he keeps himself updated with the latest technology in the industryHe is always accessible to all his students anytime for any kind of question they may have. you can send him an email your queries at sandeepsoni@deccansoft.com. By the end of this course you should able toUnderstanding about object oriented programming.Gain knowledge about the capability to store information together in an object.Understand the capability of a class to rely upon another class.Learn how to store one object inside another objectLearn use of one method can be used in variety of different waysUnderstanding the process of exposing the essential data to the outside of the world and hiding the low level dataCreate and process data in files using file I/O functionsUndertsand about constructors which are special type of functionsLearn how to write code in a way that it is independent of any particular type

    Overview

    Section 1: Introduction

    Lecture 1 Introduction and First CPP Program

    Section 2: Language Features

    Lecture 2 Function Overloading and Optional Parameters

    Lecture 3 Reference Variables

    Lecture 4 Operator Overloading

    Lecture 5 Console Input and Output.

    Section 3: OOPS

    Lecture 6 Writing Class and Creating Objects

    Lecture 7 Creating and Destroying Objects

    Lecture 8 Member Functions and this Pointer

    Lecture 9 Static Data Members

    Lecture 10 Static Member Functions

    Lecture 11 Writing a Singleton Class

    Lecture 12 Friend Function and Class.

    Lecture 13 Inline Functions

    Section 4: Inheritance

    Lecture 14 Introduction and Access Specifiers

    Lecture 15 Constructors in Base and Derived class

    Lecture 16 Types of Inheritance

    Lecture 17 Up Casting and Down Casting

    Lecture 18 Overriding and Virtual Methods

    Section 5: Polymorphism

    Lecture 19 Pure Virtual Function

    Lecture 20 Virtual Base Class

    Section 6: IO Streams

    Lecture 21 Introduction to Streams

    Lecture 22 IO Stream Hierarchy in CPP

    Lecture 23 Introduction to File Handling

    Lecture 24 FileHandling Text Input Output Operations

    Lecture 25 File Handling Binary Input Output Operations

    Lecture 26 Saving Objects in Binary File.

    Lecture 27 File Handling Errors

    Section 7: Exception Handling

    Lecture 28 Exception Handling

    Lecture 29 Syntax for try catch and throw

    Lecture 30 More about try catch and throw statements

    Lecture 31 Writing and Throwing Custom Exception Class Object.

    Lecture 32 Stack Unwinding of exceptions

    Section 8: Templates

    Lecture 33 Templates Introduction

    Lecture 34 Function Templates

    Lecture 35 Class Templates

    Section 9: BONUS LECTURE: What Next?

    Lecture 36 BONUS LECTURE: What Next?

    For those who want to know how to understand OOP methodology with real world examples,Those who want to know why to use OOP in C++,Absolutely essential for engineering and polytechnic students,For those who are comfortable with C and want to learn how to code with OOP and C++,Suitable for those who want to make career in Software Engineering