Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Object Oriented Programming in C++
Rating: 4.1 out of 5(277 ratings)
1,750 students

Object Oriented Programming in C++

Can Learn about OOPs concepts clearly with simple example programs.
Created byDr.Padmapriya G
Last updated 12/2024
English

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

Course content

6 sections36 lectures5h 21m total length
  • Introduction to C++ & Features of C++5:04

    Explore the basics of c++ and its features, compare object oriented programming with procedure oriented programming, and examine c++ advantages like object orientation, rich libraries, memory management, and pointers.

  • Structure of C++ Program6:30
  • Variables in C++ Programs3:13

    Learn how to declare and initialize variables in C++ and manage their values across memory locations using int, float, and char types, with proper naming rules.

  • Constants in C++ Programs3:14

    Learn about constants in c++ by using the const keyword or the #define macro, understand literals and syntax, and review an example computing the area of a square.

  • Arrays8:42

    Explore one-dimensional, two-dimensional, and multidimensional arrays in C++, including declaration, initialization, indexing from zero, and example programs that access and display elements.

  • Static Data Member and Static Member Function11:14

    Learn how static data members are shared across all class instances and how static member functions are called on the class itself using the scope resolution operator, with examples.

  • Data Types and Type Modifiers in C++14:53
  • Type Conversion in C++5:38
  • Introduction to Control Structures3:38
  • Control Structures - Branching Statements19:52
  • Control Structures - Looping Statements10:31

    Explore looping statements in C++ by understanding for, while, and do-while loops, including their initialization, conditions, and increment steps to control repeated execution.

  • Features of Object Oriented Programming8:33
  • Introduction to Class, Objects and Methods16:23
  • Access Specifiers6:58

    Explore access specifiers in c++ to control visibility of class members, including public, private, and protected, enabling data hiding through example programs and syntax guidance.

  • Abstraction7:10
  • Encapsulation4:21

    Explore encapsulation in C++, wrapping data and methods in a class to protect internal state, hide implementation, and provide a public interface through which objects interact.

  • Introduction to C++

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 Objectives

1. 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.


Reference Books

1. 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, 2008

2. Reema Thareja, Object Oriented Programming with C++, 1st ed., Oxford University Press, 2015

3. Sourav Sahay, Object Oriented Programming with C++, 2nd ed., Oxford University Press, 2017


Who this course is for:

  • Beginners for Object Oriented Programming