Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to Object Oriented Programming-Series III
New
68 students

Introduction to Object Oriented Programming-Series III

Practical OOP: Designing Reusable and Maintainable C++ Applications
Created byDrUsha G
Last updated 4/2026
English

What you'll learn

  • Explain constructors and object initialization concep
  • Implement classes and constructors in programs
  • Apply function overloading and overriding concept
  • Develop solutions using friend functions and object collaboration

Course content

1 section21 lectures1h 48m total length
  • Foundation of Constructor Initialization4:12
  • Introduction to Constructor20:23
  • Constructor Question1:16
  • Static Constructor with Example1:42
  • Copy Constructor Scenario Based Question1:05
  • Solution for Copy Constructor3:10

    Explain the copy constructor for a bank account class, showing how it copies account number and balance to a new object and displays both objects.

  • Array with Copy Constructor1:10
  • Solution with Copy Constructor3:03
  • Function Overloading Vs. Function Overriding15:13
  • Example Programs for Function Overloading and Function Overriding15:35
  • Friend Function12:47
  • Function Overloading with Practical Example4:09
  • Function Overloading with User Input2:25
  • Function Overloading Scenario Based Question1:13
  • Answer for Scenario Based Question3:07
  • Function Overloading Scenario Based Question 21:37
  • Secure Management Warehouse Scenario2:05
  • Friend Function Debugging Example5:17
  • Corrected Code for fiend function1:03
  • Friend Function Scenario Based Question1:40
  • Answer for the Scenario6:03

Requirements

  • No prerequestie needed

Description

This course provides a comprehensive introduction to the fundamental concepts of Object-Oriented Programming (OOP) using C++, focusing on the design and development of modular, reusable, and efficient software systems. The course begins with an exploration of classes and objects, emphasizing how real-world entities can be modeled using object-oriented techniques. Students will learn the principles of object creation, initialization, and management through various types of constructors, including default constructors, parameterized constructors, copy constructors, and static member concepts.

A significant portion of the course is dedicated to understanding the role of constructors in object lifecycle management and the practical implementation of copy constructors in different programming scenarios. The course further introduces function overloading and function overriding, enabling students to implement compile-time and run-time polymorphism for building flexible and scalable applications. Through practical examples and hands-on programming exercises, learners will gain experience in designing functions that improve code readability, maintainability, and reusability.

The course also covers friend functions and their role in facilitating controlled access to class members while preserving encapsulation. Students will engage with scenario-based problems, debugging exercises, and user-input-driven applications to strengthen their problem-solving and analytical skills. Emphasis is placed on writing clean, structured, and object-oriented code that adheres to software engineering best practices.

By the end of the course, students will be able to design, implement, test, and debug C++ programs using core OOP principles. The knowledge gained will provide a strong foundation for advanced topics such as inheritance, polymorphism, abstraction, and software design, preparing students for higher-level programming courses and real-world software development challenges.

Who this course is for:

  • Enthusiastic in C++ Programming