Udemy - Object Oriented Programming Using C + + From Basic To Adv...
- Category Other
- Type Tutorials
- Language English
- Total size 1.1 GB
- Uploaded By freecoursewb
- Downloads 236
- Last checked 2 weeks ago
- Date uploaded 3 years ago
- Seeders 7
- Leechers 1
Infohash : 2417A3CF55F15FB8A702E0CF6B6CF0D7D04FD35C
Object Oriented Programming Using C++ From Basic To Advanced 
https://DevCourseWeb.com
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 nstrated 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
Files:
[ DevCourseWeb.com ] Udemy - Object Oriented Programming Using C + + From Basic To Advanced- Get Bonus Downloads Here.url (0.2 KB) ~Get Your Files Here ! 1 - Introduction
- 1 - 1-Introduction-20-and-20First-20Program-Multibul-Choice-Questions.pdf (382.8 KB)
- 1 - 1-Introduction-to-C-2B-2B-Discriptive-Questions.pdf (186.5 KB)
- 1 - 1-Introduction-to-C.pdf (471.6 KB)
- 1 - Introduction and First CPP Program English.srt (28.7 KB)
- 1 - Introduction and First CPP Program.mp4 (49.2 MB)
- 1-SumOfTwoIntegers.cpp (0.2 KB)
- 2 - 2-20-20C-2B-2BLanguageFeatures.pdf (425.0 KB)
- 2 - 2-C-2B-2B-20LanguageFeaturesInterview-20Questions.pdf (347.7 KB)
- 2 - 2-C-2B-2B-Language-Feature-Descriptive-Questions.pdf (219.3 KB)
- 2 - Function Overloading and Optional Parameters English.srt (25.2 KB)
- 2 - Function Overloading and Optional Parameters.mp4 (39.2 MB)
- 2-SumOf_n_GivenNumbers.cpp (0.3 KB)
- 3 - Reference Variables English.srt (13.8 KB)
- 3 - Reference Variables.mp4 (22.9 MB)
- 3-FunctionOverloading.cpp (0.3 KB)
- 4 - Operator Overloading English.srt (19.5 KB)
- 4 - Operator Overloading.mp4 (33.4 MB)
- 4-ReferenceVariables.cpp (0.7 KB)
- 5 - Console Input and Output English.srt (17.5 KB)
- 5 - Console Input and Output.mp4 (26.3 MB)
- 5-OperartorOverLoading.cpp (1.0 KB)
- 6-BasicConsoleInputAndOutput.cpp (0.4 KB)
- 7-StringInputandOutput.cpp (0.6 KB)
- 8-ConstantPointer.cpp (0.2 KB)
- 9-PointerToConstant.cpp (0.1 KB)
- 10 - Static Member Functions English.srt (24.0 KB)
- 10 - Static Member Functions.mp4 (45.0 MB)
- 11 - Writing a Singleton Class English.srt (17.6 KB)
- 11 - Writing a Singleton Class.mp4 (28.5 MB)
- 12 - Friend Function and Class English.srt (19.2 KB)
- 12 - Friend Function and Class.mp4 (37.8 MB)
- 13 - Inline Functions English.srt (8.4 KB)
- 13 - Inline Functions.mp4 (11.5 MB)
- 6 - 3-Object-20OrientedConceptsAssignments.pdf (141.1 KB)
- 6 - 3-Object-Oriented-Concepts-Descriptive-Questions.pdf (376.3 KB)
- 6 - 3-ObjectOrientedConceptsInterviewQuestions.pdf (427.7 KB)
- 6 - 3.1-OOPsConcepts.pdf (410.0 KB)
- 6 - 3.2-Encapsulation.pdf (680.2 KB)
- 6 - Writing Class and Creating Objects English.srt (47.9 KB)
- 6 - Writing Class and Creating Objects.mp4 (67.5 MB)
- 7 - Creating and Destroying Objects English.srt (22.5 KB)
- 7 - Creating and Destroying Objects.mp4 (33.1 MB)
- 8 - Member Functions and this Pointer English.srt (40.3 KB)
- 8 - Member Functions and this Pointer.mp4 (67.2 MB)
- 9 - Static Data Members English.srt (16.1 KB)
- 9 - Static Data Members.mp4 (25.2 MB)
- Assignment1.cpp (0.4 KB)
- Assignment2.cpp (0.9 KB)
- Assignment3.cpp (0.8 KB)
- Assignment4.cpp (0.7 KB)
- Assignment5.cpp (0.7 KB)
- Assignment6.cpp (1.2 KB)
- Assignment7.cpp (0.9 KB)
- Assignment8.cpp (0.5 KB)
- 1-AccessSpecifiers.cpp (0.6 KB)
- 14 - 4-20-20Inheritance-20Assignments.pdf (125.7 KB)
- 14 - 4-20-20Inheritance-20Interview-20Questions.pdf (335.8 KB)
- 14 - 4-20-20Inheritance.pdf (603.4 KB)
- 14 - 4-Inheritance-Descriptive-Questions.pdf (221.7 KB)
- 14 - Introduction and Access Specifiers English.srt (24.1 KB)
- 14 - Introduction and Access Specifiers.mp4 (38.3 MB)
- 15 - Constructors in Base and Derived class English.srt (22.7 KB)
- 15 - Constructors in Base and Derived class.mp4 (36.7 MB)
- 16 - Types of Inheritance English.srt (5.7 KB)
- 16 - Types of Inheritance.mp4 (8.2 MB)
- 17 - Up Casting and Down Casting English.srt (27.4 KB)
- 17 - Up Casting and Down Casting.mp4 (40.7 MB)
- 18 - Overriding and Virtual Methods English.srt (32.6 KB)
- 18 - Overriding and Virtual Methods.mp4 (51.3 MB)
- 2-Base_DericedClassConstructor.cpp (0.9 KB)
- 3-UpCastingAndDownCasting.cpp (0.6 KB)
- 4-FunctionOverriding.cpp (0.3 KB)
- 5-VirtualFunctions.cpp (0.6 KB)
- 6-DestructorOverriding.cpp (0.3 KB)
- Assignment1.cpp (1.6 KB)
- Assignment2.cpp (1.4 KB)
- Assignment3.cpp (0.4 KB)
- Assignment4.cpp (0.7 KB)
- 1-PureVirtualFunctions_AbstractClass.cpp (1.1 KB)
- 19 - 5-20-20Polymorphism-20Interview-20Questions.pdf (289.0 KB)
- 19 - 5-20-20Polymorphism.pdf (380.8 KB)
- 19 - 5-Polymorphism-Descriptive-Questions.pdf (365.7 KB)
- 19 - Pure Virtual Function English.srt (24.3 KB)
- 19 - Pure Virtual Function.mp4 (41.1 MB)
- 2-VirtualBaseClass1.cpp (0.4 KB)
- 20 - Virtual Base Class English.srt (18.1 KB)
- 20 - Virtual Base Class.mp4 (34.4 MB)
- 3-VirtualBaseClass2.cpp (0.6 KB)
- Assignment1.cpp (1.7 KB)
- Assignment2.cpp (0.9 KB)
- 1-WritingDataIntoTextFile.cpp (0.4 KB)
- 2-ReadingDataFromTextFile.cpp (0.3 KB)
- 21 - 6-20-20IOStreamsAssignments.pdf (190.8 KB)
- 21 - 6-20-IIOStreams.pdf (582.7 KB)
- 21 - 6-20IOStreamsInterviewQuestions.pdf (375.5 KB)
- 21 - 6-IO-Stream-Descriptive-Questions.pdf (349.3 KB)
- 21 - Introduction to Streams English.srt (19.1 KB)
- 21 - Introduction to Streams.mp4 (21.2 MB)
- 22 - IO Stream Hierarchy in CPP English.srt (7.8 KB)
- 22 - IO Stream Hierarchy in CPP.mp4 (14.7 MB)
- 23 - Introduction to File Handling English.srt (13.2 KB)
- 23 - Introduction to File Handling.mp4 (15.8 MB)
- 24 - FileHandling Text Input Output Operations English.srt (20.0 KB)
- 24 - FileHandling Text Input Output Operations.mp4 (27.6 MB)
- 25 - File Handling Binary Input Output Operations English.srt (13.6 KB)
- 25 - File Handling Binary Input Output Operations.mp4 (19.4 MB)
- 26 - Saving Objects in Binary File English.srt (19.9 KB)
- 26 - Saving Objects in Binary File.mp4 (33.5 MB)
- 27 - File Handling Errors English.srt (13.8 KB)
- 27 - File Handling Errors.mp4 (21.9 MB)
- 3-CountOfWords.cpp (0.3 KB)
- 4-CountofLines.cpp (0.3 KB)
- 5-CopyContentsofAnotherFile.cpp (0.3 KB)
- 6-BinaryInputOutputFunctions.cpp (3.2 KB)
- 7-putgetFunctions.cpp (0.4 KB)
- 8-getlinewrireFunctions.cpp (0.4 KB)
- Assignment1.cpp (0.4 KB)
- Assignment2.cpp (0.4 KB)
- Assignment3.cpp (0.4 KB)
- Assignment4.cpp (0.8 KB)
- Assignment5.cpp (0.5 KB)
- 28 - 7-Exceptions-20Assignments.pdf (100.4 KB)
- 28 - 7-Exceptions-20Interview-20Questions.pdf (353.6 KB)
- 28 - 7-Exceptions-Descriptive-Questions.pdf (352.5 KB)
- 28 - 7-Exceptions.pdf (459.9 KB)
- 28 - Exception Handling English.srt (26.1 KB)
- 28 - Exception Handling.mp4 (28.6 MB)
- 29 - Syntax for try catch and throw English.srt (11.5 KB)
- 29 - Syntax for try catch and throw.mp4 (23.9 MB)
- 30 - More about try catch and throw statements English.srt (9.9 KB)
- 30 - More about try catch and throw statements.mp4 (21.3 MB)
- 31 - Writing and Throwing Custom Exception Class Object English.srt (19.8 KB)
- 31 - Writing and Throwing Custom Exception Class Object.mp4 (28.5 MB)
- 32 - Stack Unwinding of exceptions English.srt (11.3 KB)
- 32 - Stack Unwinding of exceptions.mp4 (16.7 MB)
- Assignment1.cpp (0.7 KB)
- CustmoException.cpp (1.2 KB)
- PredefinedExceptions.cpp (0.7 KB)
- Try_Catch_ThrowBlocks.cpp (0.5 KB)
- stackUnwinding.cpp (0.6 KB)
- 33 - 8-20-20Templates-20Assignments.pdf (188.0 KB)
- 33 - 8-20-20Templates-20Interview-20Questions.pdf (319.8 KB)
- 33 - 8-Templates-Descriptive-Questions.pdf (345.7 KB)
- 33 - 8-Templates.pdf (322.1 KB)
- 33 - Templates Introduction English.srt (8.7 KB)
- 33 - Templates Introduction.mp4 (10.1 MB)
- 34 - Function Templates English.srt (12.5 KB)
- 34 - Function Templates.mp4 (18.5 MB)
- 35 - Class Templates English.srt (13.3 KB)
- 35 - Class Templates.mp4 (18.1 MB)
- Assignment1.cpp (0.5 KB)
- Assignment2.cpp (0.5 KB)
- Assignment3.cpp (0.8 KB)
- ClassTemplates.cpp (0.5 KB)
- FunctionTemplates.cpp (0.6 KB)
- 36 - BONUS LECTURE What Next English.srt (1.8 KB)
- 36 - BONUS LECTURE What Next.mp4 (19.2 MB)
- Bonus Resources.txt (0.4 KB)
There are currently no comments. Feel free to leave one :)
Code:
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.tiny-vps.com:6969/announce
- http://tracker.foreverpirates.co:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://exodus.desync.com:6969/announce
- udp://explodie.org:6969/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://9.rarbg.to:2780/announce
- udp://tracker.internetwarriors.net:1337/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://open.stealth.si:80/announce
- udp://9.rarbg.to:2900/announce
- udp://9.rarbg.me:2720/announce
- udp://opentor.org:2710/announce