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(276 ratings)
1,665 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
  • Structure of C++ Program6:30
  • Variables in C++ Programs3:13
  • Constants in C++ Programs3:14
  • Arrays8:42
  • Static Data Member and Static Member Function11:14
  • 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
  • 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